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