#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AsyncIPipeLong
Auto Trait Implementations§
impl !Send for AsyncIPipeLong
impl !Sync for AsyncIPipeLong
impl Freeze for AsyncIPipeLong
impl RefUnwindSafe for AsyncIPipeLong
impl Unpin for AsyncIPipeLong
impl UnsafeUnpin 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