#[repr(C)]pub struct ICreateTypeInfo {
pub lpVtbl: *mut ICreateTypeInfoVtbl,
}
Fields§
§lpVtbl: *mut ICreateTypeInfoVtbl
Trait Implementations§
Source§impl Clone for ICreateTypeInfo
impl Clone for ICreateTypeInfo
Source§fn clone(&self) -> ICreateTypeInfo
fn clone(&self) -> ICreateTypeInfo
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 ICreateTypeInfo
impl Debug for ICreateTypeInfo
Source§impl Ord for ICreateTypeInfo
impl Ord for ICreateTypeInfo
Source§fn cmp(&self, other: &ICreateTypeInfo) -> Ordering
fn cmp(&self, other: &ICreateTypeInfo) -> 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 ICreateTypeInfo
impl PartialEq for ICreateTypeInfo
Source§impl PartialOrd for ICreateTypeInfo
impl PartialOrd for ICreateTypeInfo
impl Copy for ICreateTypeInfo
impl Eq for ICreateTypeInfo
impl StructuralPartialEq for ICreateTypeInfo
Auto Trait Implementations§
impl Freeze for ICreateTypeInfo
impl RefUnwindSafe for ICreateTypeInfo
impl !Send for ICreateTypeInfo
impl !Sync for ICreateTypeInfo
impl Unpin for ICreateTypeInfo
impl UnwindSafe for ICreateTypeInfo
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