Struct windows::Devices::Printers::IppResolutionUnit
#[repr(transparent)]pub struct IppResolutionUnit(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl IppResolutionUnit
impl IppResolutionUnit
pub const DotsPerInch: Self = _
pub const DotsPerCentimeter: Self = _
Trait Implementations§
§impl Clone for IppResolutionUnit
impl Clone for IppResolutionUnit
§fn clone(&self) -> IppResolutionUnit
fn clone(&self) -> IppResolutionUnit
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 IppResolutionUnit
impl Debug for IppResolutionUnit
§impl Default for IppResolutionUnit
impl Default for IppResolutionUnit
§fn default() -> IppResolutionUnit
fn default() -> IppResolutionUnit
Returns the “default value” for a type. Read more
§impl PartialEq for IppResolutionUnit
impl PartialEq for IppResolutionUnit
§fn eq(&self, other: &IppResolutionUnit) -> bool
fn eq(&self, other: &IppResolutionUnit) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IppResolutionUnit
impl Eq for IppResolutionUnit
impl StructuralPartialEq for IppResolutionUnit
Auto Trait Implementations§
impl Freeze for IppResolutionUnit
impl RefUnwindSafe for IppResolutionUnit
impl Send for IppResolutionUnit
impl Sync for IppResolutionUnit
impl Unpin for IppResolutionUnit
impl UnwindSafe for IppResolutionUnit
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
)