#[repr(C)]pub struct IRpcOptions {
pub lpVtbl: *mut IRpcOptionsVtbl,
}
Fields§
§lpVtbl: *mut IRpcOptionsVtbl
Trait Implementations§
Source§impl Clone for IRpcOptions
impl Clone for IRpcOptions
Source§fn clone(&self) -> IRpcOptions
fn clone(&self) -> IRpcOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IRpcOptions
impl Debug for IRpcOptions
Source§impl Ord for IRpcOptions
impl Ord for IRpcOptions
Source§fn cmp(&self, other: &IRpcOptions) -> Ordering
fn cmp(&self, other: &IRpcOptions) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IRpcOptions
impl PartialEq for IRpcOptions
Source§impl PartialOrd for IRpcOptions
impl PartialOrd for IRpcOptions
impl Copy for IRpcOptions
impl Eq for IRpcOptions
impl StructuralPartialEq 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