#[repr(C)]pub struct ICreateTypeLib {
pub lpVtbl: *mut ICreateTypeLibVtbl,
}Fields§
§lpVtbl: *mut ICreateTypeLibVtblTrait Implementations§
Source§impl Clone for ICreateTypeLib
impl Clone for ICreateTypeLib
Source§fn clone(&self) -> ICreateTypeLib
fn clone(&self) -> ICreateTypeLib
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ICreateTypeLib
impl Debug for ICreateTypeLib
impl Copy for ICreateTypeLib
Auto Trait Implementations§
impl Freeze for ICreateTypeLib
impl RefUnwindSafe for ICreateTypeLib
impl !Send for ICreateTypeLib
impl !Sync for ICreateTypeLib
impl Unpin for ICreateTypeLib
impl UnwindSafe for ICreateTypeLib
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