#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ICreateTypeLib
Auto Trait Implementations§
impl !Send for ICreateTypeLib
impl !Sync for ICreateTypeLib
impl Freeze for ICreateTypeLib
impl RefUnwindSafe for ICreateTypeLib
impl Unpin for ICreateTypeLib
impl UnsafeUnpin 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