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