#[repr(transparent)]pub struct PrintWorkflowJobAbortReason(pub i32);
Expand description
Required features: ‘Graphics_Printing_Workflow’
Tuple Fields
0: i32
Implementations
impl PrintWorkflowJobAbortReason
impl PrintWorkflowJobAbortReason
pub const JobFailed: Self
pub const UserCanceled: Self
Trait Implementations
impl Clone for PrintWorkflowJobAbortReason
impl Clone for PrintWorkflowJobAbortReason
impl Copy for PrintWorkflowJobAbortReason
Auto Trait Implementations
impl RefUnwindSafe for PrintWorkflowJobAbortReason
impl Send for PrintWorkflowJobAbortReason
impl Sync for PrintWorkflowJobAbortReason
impl Unpin for PrintWorkflowJobAbortReason
impl UnwindSafe for PrintWorkflowJobAbortReason
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more