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