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