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