#[repr(C)]pub struct IAsyncManager {
pub lpVtbl: *const IAsyncManagerVtbl,
}
Fields§
§lpVtbl: *const IAsyncManagerVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IAsyncManager
impl Deref 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