Struct ISimpleCommandCreator_Vtbl
#[repr(C)]pub struct ISimpleCommandCreator_Vtbl {
pub base__: IUnknown_Vtbl,
pub CreateICommand: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut c_void) -> HRESULT,
pub VerifyCatalog: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub GetDefaultCatalog: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CreateICommand: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut c_void) -> HRESULT
§VerifyCatalog: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT
§GetDefaultCatalog: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut u32) -> HRESULT
Implementations§
§impl ISimpleCommandCreator_Vtbl
impl ISimpleCommandCreator_Vtbl
pub const fn new<Identity: ISimpleCommandCreator_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISimpleCommandCreator_Vtbl
impl RefUnwindSafe for ISimpleCommandCreator_Vtbl
impl Send for ISimpleCommandCreator_Vtbl
impl Sync for ISimpleCommandCreator_Vtbl
impl Unpin for ISimpleCommandCreator_Vtbl
impl UnwindSafe for ISimpleCommandCreator_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