#[repr(C)]pub struct ICallFactory {
pub lpVtbl: *const ICallFactoryVtbl,
}
Fields§
§lpVtbl: *const ICallFactoryVtbl
Implementations§
Trait Implementations§
Source§impl Deref for ICallFactory
impl Deref for ICallFactory
Auto Trait Implementations§
impl Freeze for ICallFactory
impl RefUnwindSafe for ICallFactory
impl !Send for ICallFactory
impl !Sync for ICallFactory
impl Unpin for ICallFactory
impl UnwindSafe for ICallFactory
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