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