#[repr(C)]pub struct IClassFactory {
pub lpVtbl: *const IClassFactoryVtbl,
}
Fields§
§lpVtbl: *const IClassFactoryVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IClassFactory
impl Deref 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