#[repr(transparent)]pub struct Print_Quality(pub c_uint);Available on crate features
print and api-12 only.Expand description
Indicates printing qulity
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl Print_Quality
impl Print_Quality
Sourcepub const PRINT_QUALITY_DRAFT: Print_Quality
pub const PRINT_QUALITY_DRAFT: Print_Quality
Draft quality mode
Sourcepub const PRINT_QUALITY_NORMAL: Print_Quality
pub const PRINT_QUALITY_NORMAL: Print_Quality
Normal quality mode
Sourcepub const PRINT_QUALITY_HIGH: Print_Quality
pub const PRINT_QUALITY_HIGH: Print_Quality
High quality mode
Trait Implementations§
Source§impl Clone for Print_Quality
impl Clone for Print_Quality
Source§fn clone(&self) -> Print_Quality
fn clone(&self) -> Print_Quality
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_Quality
impl Debug for Print_Quality
Source§impl Hash for Print_Quality
impl Hash for Print_Quality
Source§impl PartialEq for Print_Quality
impl PartialEq for Print_Quality
Source§fn eq(&self, other: &Print_Quality) -> bool
fn eq(&self, other: &Print_Quality) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Print_Quality
impl Eq for Print_Quality
impl StructuralPartialEq for Print_Quality
Auto Trait Implementations§
impl Freeze for Print_Quality
impl RefUnwindSafe for Print_Quality
impl Send for Print_Quality
impl Sync for Print_Quality
impl Unpin for Print_Quality
impl UnsafeUnpin for Print_Quality
impl UnwindSafe for Print_Quality
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