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