Struct PrintQuality
#[repr(transparent)]pub struct PrintQuality(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl PrintQuality
impl PrintQuality
pub const Default: Self = _
pub const NotAvailable: Self = _
pub const PrinterCustom: Self = _
pub const Automatic: Self = _
pub const Draft: Self = _
pub const Fax: Self = _
pub const High: Self = _
pub const Normal: Self = _
pub const Photographic: Self = _
pub const Text: Self = _
Trait Implementations§
§impl Clone for PrintQuality
impl Clone for PrintQuality
§fn clone(&self) -> PrintQuality
fn clone(&self) -> PrintQuality
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PrintQuality
impl Debug for PrintQuality
§impl Default for PrintQuality
impl Default for PrintQuality
§fn default() -> PrintQuality
fn default() -> PrintQuality
Returns the “default value” for a type. Read more
§impl PartialEq for PrintQuality
impl PartialEq for PrintQuality
impl Copy for PrintQuality
impl Eq for PrintQuality
impl StructuralPartialEq for PrintQuality
Auto Trait Implementations§
impl Freeze for PrintQuality
impl RefUnwindSafe for PrintQuality
impl Send for PrintQuality
impl Sync for PrintQuality
impl Unpin for PrintQuality
impl UnwindSafe for PrintQuality
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