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