Struct PrintBinding
#[repr(transparent)]pub struct PrintBinding(pub i32);Tuple Fields§
§0: i32Implementations§
§impl PrintBinding
impl PrintBinding
pub const Default: Self
pub const NotAvailable: Self
pub const PrinterCustom: Self
pub const None: Self
pub const Bale: Self
pub const BindBottom: Self
pub const BindLeft: Self
pub const BindRight: Self
pub const BindTop: Self
pub const Booklet: Self
pub const EdgeStitchBottom: Self
pub const EdgeStitchLeft: Self
pub const EdgeStitchRight: Self
pub const EdgeStitchTop: Self
pub const Fold: Self
pub const JogOffset: Self
pub const Trim: Self
Trait Implementations§
§impl Clone for PrintBinding
impl Clone for PrintBinding
§fn clone(&self) -> PrintBinding
fn clone(&self) -> PrintBinding
Returns a duplicate 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 PrintBinding
impl Debug for PrintBinding
§impl Default for PrintBinding
impl Default for PrintBinding
§fn default() -> PrintBinding
fn default() -> PrintBinding
Returns the “default value” for a type. Read more
§impl PartialEq for PrintBinding
impl PartialEq for PrintBinding
impl Copy for PrintBinding
impl Eq for PrintBinding
impl StructuralPartialEq for PrintBinding
Auto Trait Implementations§
impl Freeze for PrintBinding
impl RefUnwindSafe for PrintBinding
impl Send for PrintBinding
impl Sync for PrintBinding
impl Unpin for PrintBinding
impl UnwindSafe for PrintBinding
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