#[repr(C)]pub struct IPrintWorkflowJobIssueDetectedEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub JobIssueKind: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintWorkflowJobIssueKind) -> HRESULT,
pub ExtendedError: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT,
pub SkipSystemErrorToast: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetSkipSystemErrorToast: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub PrinterJob: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Configuration: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub UILauncher: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§JobIssueKind: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintWorkflowJobIssueKind) -> HRESULT
§ExtendedError: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT
§SkipSystemErrorToast: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetSkipSystemErrorToast: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§PrinterJob: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Configuration: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§UILauncher: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPrintWorkflowJobIssueDetectedEventArgs_Vtbl
impl RefUnwindSafe for IPrintWorkflowJobIssueDetectedEventArgs_Vtbl
impl Send for IPrintWorkflowJobIssueDetectedEventArgs_Vtbl
impl Sync for IPrintWorkflowJobIssueDetectedEventArgs_Vtbl
impl Unpin for IPrintWorkflowJobIssueDetectedEventArgs_Vtbl
impl UnwindSafe for IPrintWorkflowJobIssueDetectedEventArgs_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