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