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