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