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