pub struct ITypeLib2(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for ITypeLib2
impl !Sync for ITypeLib2
impl Freeze for ITypeLib2
impl RefUnwindSafe for ITypeLib2
impl Unpin for ITypeLib2
impl UnsafeUnpin 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