#[repr(C)]pub struct ITypeLib {
pub lpVtbl: *mut ITypeLibVtbl,
}Fields§
§lpVtbl: *mut ITypeLibVtblTrait Implementations§
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