#[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
Source§impl Ord for IClassFactory
impl Ord for IClassFactory
Source§fn cmp(&self, other: &IClassFactory) -> Ordering
fn cmp(&self, other: &IClassFactory) -> 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 IClassFactory
impl PartialEq for IClassFactory
Source§impl PartialOrd for IClassFactory
impl PartialOrd for IClassFactory
impl Copy for IClassFactory
impl Eq for IClassFactory
impl StructuralPartialEq for IClassFactory
Auto Trait Implementations§
impl Freeze for IClassFactory
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