#[repr(C)]pub struct IRpcOptions {
pub lpVtbl: *const IRpcOptionsVtbl,
}
Fields§
§lpVtbl: *const IRpcOptionsVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IRpcOptions
impl Deref for IRpcOptions
Auto Trait Implementations§
impl Freeze for IRpcOptions
impl RefUnwindSafe for IRpcOptions
impl !Send for IRpcOptions
impl !Sync for IRpcOptions
impl Unpin for IRpcOptions
impl UnwindSafe for IRpcOptions
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