#[repr(C)]pub struct AsyncIPipeDouble {
pub lpVtbl: *mut AsyncIPipeDoubleVtbl,
}Fields§
§lpVtbl: *mut AsyncIPipeDoubleVtblTrait Implementations§
Source§impl Clone for AsyncIPipeDouble
impl Clone for AsyncIPipeDouble
Source§fn clone(&self) -> AsyncIPipeDouble
fn clone(&self) -> AsyncIPipeDouble
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 AsyncIPipeDouble
impl Debug for AsyncIPipeDouble
impl Copy for AsyncIPipeDouble
Auto Trait Implementations§
impl Freeze for AsyncIPipeDouble
impl RefUnwindSafe for AsyncIPipeDouble
impl !Send for AsyncIPipeDouble
impl !Sync for AsyncIPipeDouble
impl Unpin for AsyncIPipeDouble
impl UnwindSafe for AsyncIPipeDouble
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