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