Struct windows_sys::Devices::Printers::IppResolutionUnit
[−]#[repr(transparent)]pub struct IppResolutionUnit(pub i32);
Expand description
Required features: ‘Devices_Printers’
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
impl Copy for IppResolutionUnit
Auto Trait Implementations
impl RefUnwindSafe for IppResolutionUnit
impl Send for IppResolutionUnit
impl Sync for IppResolutionUnit
impl Unpin for IppResolutionUnit
impl UnwindSafe for IppResolutionUnit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more