Struct vc6_sys::ICreateTypeInfo
source · #[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 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
impl Copy for ICreateTypeInfo
Auto Trait Implementations§
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