#[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 = Self(0i32)
pub const UserCanceled: Self = Self(1i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more