#[repr(C)]pub struct AsyncIPipeDouble {
pub lpVtbl: *mut AsyncIPipeDoubleVtbl,
}
Fields§
§lpVtbl: *mut AsyncIPipeDoubleVtbl
Trait Implementations§
Source§impl Clone for AsyncIPipeDouble
impl Clone for AsyncIPipeDouble
Source§fn clone(&self) -> AsyncIPipeDouble
fn clone(&self) -> AsyncIPipeDouble
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 AsyncIPipeDouble
impl Debug for AsyncIPipeDouble
Source§impl Ord for AsyncIPipeDouble
impl Ord for AsyncIPipeDouble
Source§fn cmp(&self, other: &AsyncIPipeDouble) -> Ordering
fn cmp(&self, other: &AsyncIPipeDouble) -> 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 AsyncIPipeDouble
impl PartialEq for AsyncIPipeDouble
Source§impl PartialOrd for AsyncIPipeDouble
impl PartialOrd for AsyncIPipeDouble
impl Copy for AsyncIPipeDouble
impl Eq for AsyncIPipeDouble
impl StructuralPartialEq 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