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