#[repr(C)]pub struct IRpcHelper {
    pub lpVtbl: *mut IRpcHelperVtbl,
}Fields§
§lpVtbl: *mut IRpcHelperVtblTrait Implementations§
Source§impl Clone for IRpcHelper
 
impl Clone for IRpcHelper
Source§fn clone(&self) -> IRpcHelper
 
fn clone(&self) -> IRpcHelper
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 IRpcHelper
 
impl Debug for IRpcHelper
Source§impl Ord for IRpcHelper
 
impl Ord for IRpcHelper
Source§fn cmp(&self, other: &IRpcHelper) -> Ordering
 
fn cmp(&self, other: &IRpcHelper) -> 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 IRpcHelper
 
impl PartialEq for IRpcHelper
Source§impl PartialOrd for IRpcHelper
 
impl PartialOrd for IRpcHelper
impl Copy for IRpcHelper
impl Eq for IRpcHelper
impl StructuralPartialEq for IRpcHelper
Auto Trait Implementations§
impl Freeze for IRpcHelper
impl RefUnwindSafe for IRpcHelper
impl !Send for IRpcHelper
impl !Sync for IRpcHelper
impl Unpin for IRpcHelper
impl UnwindSafe for IRpcHelper
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