Struct vc6_sys::IClassFactory
source · #[repr(C)]pub struct IClassFactory {
pub lpVtbl: *mut IClassFactoryVtbl,
}
Fields§
§lpVtbl: *mut IClassFactoryVtbl
Trait Implementations§
source§impl Clone for IClassFactory
impl Clone for IClassFactory
source§fn clone(&self) -> IClassFactory
fn clone(&self) -> IClassFactory
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 IClassFactory
impl Debug for IClassFactory
impl Copy for IClassFactory
Auto Trait Implementations§
impl RefUnwindSafe for IClassFactory
impl !Send for IClassFactory
impl !Sync for IClassFactory
impl Unpin for IClassFactory
impl UnwindSafe for IClassFactory
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