#[repr(C)]pub struct IRpcProxyBuffer {
pub lpVtbl: *mut IRpcProxyBufferVtbl,
}Fields§
§lpVtbl: *mut IRpcProxyBufferVtblTrait Implementations§
Source§impl Clone for IRpcProxyBuffer
impl Clone for IRpcProxyBuffer
Source§fn clone(&self) -> IRpcProxyBuffer
fn clone(&self) -> IRpcProxyBuffer
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 IRpcProxyBuffer
impl Debug for IRpcProxyBuffer
impl Copy 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