Struct windows::Win32::System::ComponentServices::ISendMethodEvents_Vtbl
#[repr(C)]pub struct ISendMethodEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub SendMethodCall: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *const GUID, _: u32) -> HRESULT,
pub SendMethodReturn: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *const GUID, _: u32, _: HRESULT, _: HRESULT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SendMethodCall: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *const GUID, _: u32) -> HRESULT
§SendMethodReturn: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *const GUID, _: u32, _: HRESULT, _: HRESULT) -> HRESULT
Implementations§
§impl ISendMethodEvents_Vtbl
impl ISendMethodEvents_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISendMethodEvents_Vtblwhere
Identity: ISendMethodEvents_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISendMethodEvents_Vtbl
impl RefUnwindSafe for ISendMethodEvents_Vtbl
impl Send for ISendMethodEvents_Vtbl
impl Sync for ISendMethodEvents_Vtbl
impl Unpin for ISendMethodEvents_Vtbl
impl UnwindSafe for ISendMethodEvents_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