#[repr(transparent)]pub struct WorkflowPrintTicketValidationStatus(pub i32);Expand description
Required features: ‘Graphics_Printing_PrintSupport’
Tuple Fields
0: i32Implementations
Trait Implementations
impl Clone for WorkflowPrintTicketValidationStatus
impl Clone for WorkflowPrintTicketValidationStatus
impl Copy for WorkflowPrintTicketValidationStatus
Auto Trait Implementations
impl RefUnwindSafe for WorkflowPrintTicketValidationStatus
impl Send for WorkflowPrintTicketValidationStatus
impl Sync for WorkflowPrintTicketValidationStatus
impl Unpin for WorkflowPrintTicketValidationStatus
impl UnwindSafe for WorkflowPrintTicketValidationStatus
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