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