Struct windows::Win32::System::Mmc::SnapIn_Vtbl
#[repr(C)]pub struct SnapIn_Vtbl {
pub base__: IDispatch_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub Vendor: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub Version: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> 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 MaybeUninit<BSTR>) -> HRESULT,
pub Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub EnableAllExtensions: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§Vendor: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§Version: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§Extensions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SnapinCLSID: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§EnableAllExtensions: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl SnapIn_Vtbl
impl SnapIn_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> SnapIn_Vtblwhere
Identity: SnapIn_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for SnapIn_Vtbl
impl RefUnwindSafe for SnapIn_Vtbl
impl Send for SnapIn_Vtbl
impl Sync for SnapIn_Vtbl
impl Unpin for SnapIn_Vtbl
impl UnwindSafe for SnapIn_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