#[repr(C)]pub struct IAsyncRpcChannelBuffer {
pub lpVtbl: *mut IAsyncRpcChannelBufferVtbl,
}Fields§
§lpVtbl: *mut IAsyncRpcChannelBufferVtblTrait Implementations§
Source§impl Clone for IAsyncRpcChannelBuffer
impl Clone for IAsyncRpcChannelBuffer
Source§fn clone(&self) -> IAsyncRpcChannelBuffer
fn clone(&self) -> IAsyncRpcChannelBuffer
Returns a duplicate 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
impl Copy 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