#[repr(transparent)]pub struct Print_DuplexMode(pub c_uint);Available on crate features
print and api-12 only.Expand description
Indicates DuplexMode
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl Print_DuplexMode
impl Print_DuplexMode
Sourcepub const DUPLEX_MODE_ONE_SIDED: Print_DuplexMode
pub const DUPLEX_MODE_ONE_SIDED: Print_DuplexMode
One sided duplex mode.
Sourcepub const DUPLEX_MODE_TWO_SIDED_LONG_EDGE: Print_DuplexMode
pub const DUPLEX_MODE_TWO_SIDED_LONG_EDGE: Print_DuplexMode
Long edge two sided duplex mode.
Sourcepub const DUPLEX_MODE_TWO_SIDED_SHORT_EDGE: Print_DuplexMode
pub const DUPLEX_MODE_TWO_SIDED_SHORT_EDGE: Print_DuplexMode
Short edge two sided duplex mode.
Trait Implementations§
Source§impl Clone for Print_DuplexMode
impl Clone for Print_DuplexMode
Source§fn clone(&self) -> Print_DuplexMode
fn clone(&self) -> Print_DuplexMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Print_DuplexMode
impl Debug for Print_DuplexMode
Source§impl Hash for Print_DuplexMode
impl Hash for Print_DuplexMode
Source§impl PartialEq for Print_DuplexMode
impl PartialEq for Print_DuplexMode
Source§fn eq(&self, other: &Print_DuplexMode) -> bool
fn eq(&self, other: &Print_DuplexMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Print_DuplexMode
impl Eq for Print_DuplexMode
impl StructuralPartialEq for Print_DuplexMode
Auto Trait Implementations§
impl Freeze for Print_DuplexMode
impl RefUnwindSafe for Print_DuplexMode
impl Send for Print_DuplexMode
impl Sync for Print_DuplexMode
impl Unpin for Print_DuplexMode
impl UnsafeUnpin for Print_DuplexMode
impl UnwindSafe for Print_DuplexMode
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