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