#[repr(C)]pub struct IForegroundTransferVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IForegroundTransfer, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IForegroundTransfer) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IForegroundTransfer) -> ULONG>,
pub AllowForegroundTransfer: Option<unsafe extern "C" fn(This: *mut IForegroundTransfer, lpvReserved: *mut c_void) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IForegroundTransfer, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IForegroundTransfer) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IForegroundTransfer) -> ULONG>
§AllowForegroundTransfer: Option<unsafe extern "C" fn(This: *mut IForegroundTransfer, lpvReserved: *mut c_void) -> HRESULT>
Trait Implementations§
Source§impl Clone for IForegroundTransferVtbl
impl Clone for IForegroundTransferVtbl
Source§fn clone(&self) -> IForegroundTransferVtbl
fn clone(&self) -> IForegroundTransferVtbl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IForegroundTransferVtbl
impl Debug for IForegroundTransferVtbl
Source§impl Ord for IForegroundTransferVtbl
impl Ord for IForegroundTransferVtbl
Source§fn cmp(&self, other: &IForegroundTransferVtbl) -> Ordering
fn cmp(&self, other: &IForegroundTransferVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IForegroundTransferVtbl
impl PartialEq for IForegroundTransferVtbl
Source§impl PartialOrd for IForegroundTransferVtbl
impl PartialOrd for IForegroundTransferVtbl
impl Copy for IForegroundTransferVtbl
impl Eq for IForegroundTransferVtbl
impl StructuralPartialEq for IForegroundTransferVtbl
Auto Trait Implementations§
impl Freeze for IForegroundTransferVtbl
impl RefUnwindSafe for IForegroundTransferVtbl
impl Send for IForegroundTransferVtbl
impl Sync for IForegroundTransferVtbl
impl Unpin for IForegroundTransferVtbl
impl UnwindSafe for IForegroundTransferVtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more