Struct IShellFavoritesNameSpace_Vtbl
#[repr(C)]pub struct IShellFavoritesNameSpace_Vtbl {Show 14 fields
    pub base__: IDispatch_Vtbl,
    pub MoveSelectionUp: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub MoveSelectionDown: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub ResetSort: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub NewFolder: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub Synchronize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub Import: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub Export: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub InvokeContextMenuCommand: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
    pub MoveSelectionTo: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub SubscriptionsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
    pub CreateSubscriptionForSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
    pub DeleteSubscriptionForSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
    pub SetRoot: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}Fields§
§base__: IDispatch_Vtbl§MoveSelectionUp: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§MoveSelectionDown: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§ResetSort: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§NewFolder: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Synchronize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Import: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Export: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§InvokeContextMenuCommand: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§MoveSelectionTo: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§SubscriptionsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§CreateSubscriptionForSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§DeleteSubscriptionForSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetRoot: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULTImplementations§
§impl IShellFavoritesNameSpace_Vtbl
 
impl IShellFavoritesNameSpace_Vtbl
pub const fn new<Identity: IShellFavoritesNameSpace_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IShellFavoritesNameSpace_Vtbl
impl RefUnwindSafe for IShellFavoritesNameSpace_Vtbl
impl Send for IShellFavoritesNameSpace_Vtbl
impl Sync for IShellFavoritesNameSpace_Vtbl
impl Unpin for IShellFavoritesNameSpace_Vtbl
impl UnwindSafe for IShellFavoritesNameSpace_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