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