#[repr(C)]pub struct AsyncIMultiQI {
pub lpVtbl: *mut AsyncIMultiQIVtbl,
}Fields§
§lpVtbl: *mut AsyncIMultiQIVtblTrait Implementations§
Source§impl Clone for AsyncIMultiQI
impl Clone for AsyncIMultiQI
Source§fn clone(&self) -> AsyncIMultiQI
fn clone(&self) -> AsyncIMultiQI
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AsyncIMultiQI
Auto Trait Implementations§
impl !Send for AsyncIMultiQI
impl !Sync for AsyncIMultiQI
impl Freeze for AsyncIMultiQI
impl RefUnwindSafe for AsyncIMultiQI
impl Unpin for AsyncIMultiQI
impl UnsafeUnpin 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