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