Struct IStorageProviderUICommand_Vtbl
#[repr(C)]pub struct IStorageProviderUICommand_Vtbl {
pub base__: IInspectable_Vtbl,
pub Label: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Icon: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub State: unsafe extern "system" fn(_: *mut c_void, _: *mut StorageProviderUICommandState) -> HRESULT,
pub Invoke: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Label: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Icon: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§State: unsafe extern "system" fn(_: *mut c_void, _: *mut StorageProviderUICommandState) -> HRESULT§Invoke: unsafe extern "system" fn(_: *mut c_void) -> HRESULTImplementations§
§impl IStorageProviderUICommand_Vtbl
impl IStorageProviderUICommand_Vtbl
pub const fn new<Identity: IStorageProviderUICommand_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IStorageProviderUICommand_Vtbl
impl RefUnwindSafe for IStorageProviderUICommand_Vtbl
impl Send for IStorageProviderUICommand_Vtbl
impl Sync for IStorageProviderUICommand_Vtbl
impl Unpin for IStorageProviderUICommand_Vtbl
impl UnwindSafe for IStorageProviderUICommand_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