Struct windows::Win32::System::Com::IRpcStubBuffer_Vtbl
#[repr(C)]pub struct IRpcStubBuffer_Vtbl {
pub base__: IUnknown_Vtbl,
pub Connect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Disconnect: unsafe extern "system" fn(_: *mut c_void),
pub Invoke: unsafe extern "system" fn(_: *mut c_void, _: *mut RPCOLEMESSAGE, _: *mut c_void) -> HRESULT,
pub IsIIDSupported: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> Option<IRpcStubBuffer>,
pub CountRefs: unsafe extern "system" fn(_: *mut c_void) -> u32,
pub DebugServerQueryInterface: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DebugServerRelease: unsafe extern "system" fn(_: *mut c_void, _: *const c_void),
}
Fields§
§base__: IUnknown_Vtbl
§Connect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Disconnect: unsafe extern "system" fn(_: *mut c_void)
§Invoke: unsafe extern "system" fn(_: *mut c_void, _: *mut RPCOLEMESSAGE, _: *mut c_void) -> HRESULT
§IsIIDSupported: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> Option<IRpcStubBuffer>
§CountRefs: unsafe extern "system" fn(_: *mut c_void) -> u32
§DebugServerQueryInterface: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DebugServerRelease: unsafe extern "system" fn(_: *mut c_void, _: *const c_void)
Implementations§
§impl IRpcStubBuffer_Vtbl
impl IRpcStubBuffer_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IRpcStubBuffer_Vtblwhere
Identity: IRpcStubBuffer_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRpcStubBuffer_Vtbl
impl RefUnwindSafe for IRpcStubBuffer_Vtbl
impl Send for IRpcStubBuffer_Vtbl
impl Sync for IRpcStubBuffer_Vtbl
impl Unpin for IRpcStubBuffer_Vtbl
impl UnwindSafe for IRpcStubBuffer_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