Struct windows::Win32::System::Com::IChannelHook_Vtbl
#[repr(C)]pub struct IChannelHook_Vtbl {
pub base__: IUnknown_Vtbl,
pub ClientGetSize: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut u32),
pub ClientFillBuffer: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut u32, _: *const c_void),
pub ClientNotify: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: u32, _: *const c_void, _: u32, _: HRESULT),
pub ServerNotify: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: u32, _: *const c_void, _: u32),
pub ServerGetSize: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: HRESULT, _: *mut u32),
pub ServerFillBuffer: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut u32, _: *const c_void, _: HRESULT),
}
Fields§
§base__: IUnknown_Vtbl
§ClientGetSize: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut u32)
§ClientFillBuffer: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut u32, _: *const c_void)
§ClientNotify: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: u32, _: *const c_void, _: u32, _: HRESULT)
§ServerNotify: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: u32, _: *const c_void, _: u32)
§ServerGetSize: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: HRESULT, _: *mut u32)
§ServerFillBuffer: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut u32, _: *const c_void, _: HRESULT)
Implementations§
§impl IChannelHook_Vtbl
impl IChannelHook_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IChannelHook_Vtblwhere
Identity: IChannelHook_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IChannelHook_Vtbl
impl RefUnwindSafe for IChannelHook_Vtbl
impl Send for IChannelHook_Vtbl
impl Sync for IChannelHook_Vtbl
impl Unpin for IChannelHook_Vtbl
impl UnwindSafe for IChannelHook_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