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