Struct FolderItemVerb_Vtbl
#[repr(C)]pub struct FolderItemVerb_Vtbl {
    pub base__: IDispatch_Vtbl,
    pub Application: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
    pub Parent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
    pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
    pub DoIt: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}Fields§
§base__: IDispatch_Vtbl§Application: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Parent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DoIt: unsafe extern "system" fn(_: *mut c_void) -> HRESULTImplementations§
§impl FolderItemVerb_Vtbl
 
impl FolderItemVerb_Vtbl
pub const fn new<Identity: FolderItemVerb_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for FolderItemVerb_Vtbl
impl RefUnwindSafe for FolderItemVerb_Vtbl
impl Send for FolderItemVerb_Vtbl
impl Sync for FolderItemVerb_Vtbl
impl Unpin for FolderItemVerb_Vtbl
impl UnwindSafe for FolderItemVerb_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