Struct Extension_Vtbl
#[repr(C)]pub struct Extension_Vtbl {
pub base__: IDispatch_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Vendor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Version: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Extensions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SnapinCLSID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub EnableAllExtensions: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub Enable: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Vendor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Version: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Extensions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SnapinCLSID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§EnableAllExtensions: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§Enable: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl Extension_Vtbl
impl Extension_Vtbl
pub const fn new<Identity: Extension_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for Extension_Vtbl
impl RefUnwindSafe for Extension_Vtbl
impl Send for Extension_Vtbl
impl Sync for Extension_Vtbl
impl Unpin for Extension_Vtbl
impl UnwindSafe for Extension_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