Struct ICustomDestinationList_Vtbl
#[repr(C)]pub struct ICustomDestinationList_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub SetAppID: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
    pub BeginList: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
    pub AppendCategory: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void) -> HRESULT,
    pub AppendKnownCategory: unsafe extern "system" fn(_: *mut c_void, _: KNOWNDESTCATEGORY) -> HRESULT,
    pub AddUserTasks: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
    pub CommitList: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub GetRemovedDestinations: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
    pub DeleteList: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
    pub AbortList: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§SetAppID: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§BeginList: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT§AppendCategory: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void) -> HRESULT§AppendKnownCategory: unsafe extern "system" fn(_: *mut c_void, _: KNOWNDESTCATEGORY) -> HRESULT§AddUserTasks: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§CommitList: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§GetRemovedDestinations: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT§DeleteList: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§AbortList: unsafe extern "system" fn(_: *mut c_void) -> HRESULTImplementations§
§impl ICustomDestinationList_Vtbl
 
impl ICustomDestinationList_Vtbl
pub const fn new<Identity: ICustomDestinationList_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICustomDestinationList_Vtbl
impl RefUnwindSafe for ICustomDestinationList_Vtbl
impl Send for ICustomDestinationList_Vtbl
impl Sync for ICustomDestinationList_Vtbl
impl Unpin for ICustomDestinationList_Vtbl
impl UnwindSafe for ICustomDestinationList_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