#[repr(C)]pub struct ITypeLib {
pub lpVtbl: *mut ITypeLibVtbl,
}
Fields§
§lpVtbl: *mut ITypeLibVtbl
Trait Implementations§
Source§impl Ord for ITypeLib
impl Ord for ITypeLib
Source§impl PartialOrd for ITypeLib
impl PartialOrd for ITypeLib
impl Copy for ITypeLib
impl Eq for ITypeLib
impl StructuralPartialEq for ITypeLib
Auto Trait Implementations§
impl Freeze for ITypeLib
impl RefUnwindSafe for ITypeLib
impl !Send for ITypeLib
impl !Sync for ITypeLib
impl Unpin for ITypeLib
impl UnwindSafe for ITypeLib
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