#[repr(C)]pub struct ISpPrivateEngineCallEx {
pub lpVtbl: *const ISpPrivateEngineCallExVtbl,
}
Fields§
§lpVtbl: *const ISpPrivateEngineCallExVtbl
Implementations§
Source§impl ISpPrivateEngineCallEx
impl ISpPrivateEngineCallEx
pub unsafe fn CallEngineSynchronize( &self, pInFrame: *const c_void, ulInFrameSize: ULONG, ppCoMemOutFrame: *mut *mut c_void, pulOutFrameSize: *mut ULONG, ) -> HRESULT
pub unsafe fn CallEngineImmediate( &self, pInFrame: *const c_void, ulInFrameSize: ULONG, ppCoMemOutFrame: *mut *mut c_void, pulOutFrameSize: *mut ULONG, ) -> HRESULT
Trait Implementations§
Source§impl Deref for ISpPrivateEngineCallEx
impl Deref for ISpPrivateEngineCallEx
Auto Trait Implementations§
impl Freeze for ISpPrivateEngineCallEx
impl RefUnwindSafe for ISpPrivateEngineCallEx
impl !Send for ISpPrivateEngineCallEx
impl !Sync for ISpPrivateEngineCallEx
impl Unpin for ISpPrivateEngineCallEx
impl UnwindSafe for ISpPrivateEngineCallEx
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