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