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