Struct windows::Win32::UI::Shell::ITransferDestination_Vtbl
#[repr(C)]pub struct ITransferDestination_Vtbl {
pub base__: IUnknown_Vtbl,
pub Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT,
pub Unadvise: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub CreateItem: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u64, _: u32, _: *const GUID, _: *mut *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT
§Unadvise: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§CreateItem: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u64, _: u32, _: *const GUID, _: *mut *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ITransferDestination_Vtbl
impl ITransferDestination_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITransferDestination_Vtblwhere
Identity: ITransferDestination_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITransferDestination_Vtbl
impl RefUnwindSafe for ITransferDestination_Vtbl
impl Send for ITransferDestination_Vtbl
impl Sync for ITransferDestination_Vtbl
impl Unpin for ITransferDestination_Vtbl
impl UnwindSafe for ITransferDestination_Vtbl
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