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