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
pub const NotAvailable: Self
pub const PrinterCustom: Self
pub const OneSided: Self
pub const TwoSidedShortEdge: Self
pub const TwoSidedLongEdge: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more