Struct windows::Win32::System::Com::IRpcOptions_Vtbl
#[repr(C)]pub struct IRpcOptions_Vtbl {
pub base__: IUnknown_Vtbl,
pub Set: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: RPCOPT_PROPERTIES, _: usize) -> HRESULT,
pub Query: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: RPCOPT_PROPERTIES, _: *mut usize) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Set: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: RPCOPT_PROPERTIES, _: usize) -> HRESULT
§Query: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: RPCOPT_PROPERTIES, _: *mut usize) -> HRESULT
Implementations§
§impl IRpcOptions_Vtbl
impl IRpcOptions_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IRpcOptions_Vtblwhere
Identity: IRpcOptions_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRpcOptions_Vtbl
impl RefUnwindSafe for IRpcOptions_Vtbl
impl Send for IRpcOptions_Vtbl
impl Sync for IRpcOptions_Vtbl
impl Unpin for IRpcOptions_Vtbl
impl UnwindSafe for IRpcOptions_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