#[repr(transparent)]pub struct Print_PrinterState(pub c_uint);Available on crate features
print and api-12 only.Expand description
Indicates printer states.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl Print_PrinterState
impl Print_PrinterState
Sourcepub const PRINTER_IDLE: Print_PrinterState
pub const PRINTER_IDLE: Print_PrinterState
Printer idle.
Sourcepub const PRINTER_BUSY: Print_PrinterState
pub const PRINTER_BUSY: Print_PrinterState
Printer busy.
Sourcepub const PRINTER_UNAVAILABLE: Print_PrinterState
pub const PRINTER_UNAVAILABLE: Print_PrinterState
Printer not available.
Trait Implementations§
Source§impl Clone for Print_PrinterState
impl Clone for Print_PrinterState
Source§fn clone(&self) -> Print_PrinterState
fn clone(&self) -> Print_PrinterState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Print_PrinterState
impl Debug for Print_PrinterState
Source§impl Hash for Print_PrinterState
impl Hash for Print_PrinterState
Source§impl PartialEq for Print_PrinterState
impl PartialEq for Print_PrinterState
Source§fn eq(&self, other: &Print_PrinterState) -> bool
fn eq(&self, other: &Print_PrinterState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Print_PrinterState
impl Eq for Print_PrinterState
impl StructuralPartialEq for Print_PrinterState
Auto Trait Implementations§
impl Freeze for Print_PrinterState
impl RefUnwindSafe for Print_PrinterState
impl Send for Print_PrinterState
impl Sync for Print_PrinterState
impl Unpin for Print_PrinterState
impl UnsafeUnpin for Print_PrinterState
impl UnwindSafe for Print_PrinterState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more