#[repr(transparent)]pub struct PrintWorkflowUICompletionStatus(pub i32);
Expand description
Required features: "Graphics_Printing_Workflow"
Tuple Fields
0: i32
Implementations
impl PrintWorkflowUICompletionStatus
impl PrintWorkflowUICompletionStatus
pub const Completed: Self = Self(0i32)
pub const LaunchFailed: Self = Self(1i32)
pub const JobFailed: Self = Self(2i32)
pub const UserCanceled: Self = Self(3i32)
Trait Implementations
impl Clone for PrintWorkflowUICompletionStatus
impl Clone for PrintWorkflowUICompletionStatus
impl Copy for PrintWorkflowUICompletionStatus
Auto Trait Implementations
impl RefUnwindSafe for PrintWorkflowUICompletionStatus
impl Send for PrintWorkflowUICompletionStatus
impl Sync for PrintWorkflowUICompletionStatus
impl Unpin for PrintWorkflowUICompletionStatus
impl UnwindSafe for PrintWorkflowUICompletionStatus
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