#[repr(C)]pub struct IMultiQI {
pub lpVtbl: *const IMultiQIVtbl,
}
Fields§
§lpVtbl: *const IMultiQIVtbl
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IMultiQI
impl RefUnwindSafe for IMultiQI
impl !Send for IMultiQI
impl !Sync for IMultiQI
impl Unpin for IMultiQI
impl UnwindSafe for IMultiQI
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