Struct IExplorerCommand_Vtbl
#[repr(C)]pub struct IExplorerCommand_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetTitle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetIcon: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetToolTip: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetCanonicalName: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetState: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: *mut u32) -> HRESULT,
pub Invoke: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub EnumSubCommands: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetTitle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetIcon: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetToolTip: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetCanonicalName: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetState: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: *mut u32) -> HRESULT
§Invoke: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§GetFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§EnumSubCommands: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IExplorerCommand_Vtbl
impl IExplorerCommand_Vtbl
pub const fn new<Identity: IExplorerCommand_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IExplorerCommand_Vtbl
impl RefUnwindSafe for IExplorerCommand_Vtbl
impl Send for IExplorerCommand_Vtbl
impl Sync for IExplorerCommand_Vtbl
impl Unpin for IExplorerCommand_Vtbl
impl UnwindSafe for IExplorerCommand_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