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