#[repr(C)]pub struct ITypeInfo {
pub lpVtbl: *mut ITypeInfoVtbl,
}
Fields§
§lpVtbl: *mut ITypeInfoVtbl
Trait Implementations§
Source§impl Ord for ITypeInfo
impl Ord for ITypeInfo
Source§impl PartialOrd for ITypeInfo
impl PartialOrd for ITypeInfo
impl Copy for ITypeInfo
impl Eq for ITypeInfo
impl StructuralPartialEq for ITypeInfo
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