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