Struct windows::Graphics::Printing::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
§fn eq(&self, other: &PrintQuality) -> bool
fn eq(&self, other: &PrintQuality) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)