#[repr(C)]pub struct ICreateTypeLib {
pub lpVtbl: *mut ICreateTypeLibVtbl,
}
Fields§
§lpVtbl: *mut ICreateTypeLibVtbl
Trait Implementations§
Source§impl Clone for ICreateTypeLib
impl Clone for ICreateTypeLib
Source§fn clone(&self) -> ICreateTypeLib
fn clone(&self) -> ICreateTypeLib
Returns a copy 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
Source§impl Ord for ICreateTypeLib
impl Ord for ICreateTypeLib
Source§fn cmp(&self, other: &ICreateTypeLib) -> Ordering
fn cmp(&self, other: &ICreateTypeLib) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ICreateTypeLib
impl PartialEq for ICreateTypeLib
Source§impl PartialOrd for ICreateTypeLib
impl PartialOrd for ICreateTypeLib
impl Copy for ICreateTypeLib
impl Eq for ICreateTypeLib
impl StructuralPartialEq 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