Struct IPrintWorkflowJobBackgroundSession_Vtbl
#[repr(C)]pub struct IPrintWorkflowJobBackgroundSession_Vtbl {
pub base__: IInspectable_Vtbl,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintWorkflowSessionStatus) -> HRESULT,
pub JobStarting: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveJobStarting: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub PdlModificationRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemovePdlModificationRequested: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintWorkflowSessionStatus) -> HRESULT§JobStarting: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveJobStarting: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§PdlModificationRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemovePdlModificationRequested: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IPrintWorkflowJobBackgroundSession_Vtbl
impl RefUnwindSafe for IPrintWorkflowJobBackgroundSession_Vtbl
impl Send for IPrintWorkflowJobBackgroundSession_Vtbl
impl Sync for IPrintWorkflowJobBackgroundSession_Vtbl
impl Unpin for IPrintWorkflowJobBackgroundSession_Vtbl
impl UnwindSafe for IPrintWorkflowJobBackgroundSession_Vtbl
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