Struct ISnapinProperties_Vtbl
#[repr(C)]pub struct ISnapinProperties_Vtbl {
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub QueryPropertyNames: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub PropertiesChanged: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const MMC_SNAPIN_PROPERTY) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§QueryPropertyNames: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§PropertiesChanged: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const MMC_SNAPIN_PROPERTY) -> HRESULT
Implementations§
§impl ISnapinProperties_Vtbl
impl ISnapinProperties_Vtbl
pub const fn new<Identity: ISnapinProperties_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISnapinProperties_Vtbl
impl RefUnwindSafe for ISnapinProperties_Vtbl
impl Send for ISnapinProperties_Vtbl
impl Sync for ISnapinProperties_Vtbl
impl Unpin for ISnapinProperties_Vtbl
impl UnwindSafe for ISnapinProperties_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