Struct windows_sys::Graphics::Printing::PrintDuplex
[−]#[repr(transparent)]pub struct PrintDuplex(pub i32);
Expand description
Required features: "Graphics_Printing"
Tuple Fields
0: i32
Implementations
impl PrintDuplex
impl PrintDuplex
pub const Default: Self = Self(0i32)
pub const NotAvailable: Self = Self(1i32)
pub const PrinterCustom: Self = Self(2i32)
pub const OneSided: Self = Self(3i32)
pub const TwoSidedShortEdge: Self = Self(4i32)
pub const TwoSidedLongEdge: Self = Self(5i32)
Trait Implementations
impl Clone for PrintDuplex
impl Clone for PrintDuplex
impl Copy for PrintDuplex
Auto Trait Implementations
impl RefUnwindSafe for PrintDuplex
impl Send for PrintDuplex
impl Sync for PrintDuplex
impl Unpin for PrintDuplex
impl UnwindSafe for PrintDuplex
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more