#[repr(C)]pub struct ICreateTypeInfo {
pub lpVtbl: *mut ICreateTypeInfoVtbl,
}Fields§
§lpVtbl: *mut ICreateTypeInfoVtblTrait Implementations§
Source§impl Clone for ICreateTypeInfo
impl Clone for ICreateTypeInfo
Source§fn clone(&self) -> ICreateTypeInfo
fn clone(&self) -> ICreateTypeInfo
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 ICreateTypeInfo
impl Debug for ICreateTypeInfo
impl Copy 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