pub struct EmapiPrinterParams {
pub print_size: Option<u32>,
pub resolution: Option<u32>,
pub dots_per_byte: Option<u32>,
}Fields§
§print_size: Option<u32>§resolution: Option<u32>§dots_per_byte: Option<u32>Trait Implementations§
Source§impl Clone for EmapiPrinterParams
impl Clone for EmapiPrinterParams
Source§fn clone(&self) -> EmapiPrinterParams
fn clone(&self) -> EmapiPrinterParams
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 EmapiPrinterParams
impl Debug for EmapiPrinterParams
Source§impl Default for EmapiPrinterParams
impl Default for EmapiPrinterParams
Source§fn default() -> EmapiPrinterParams
fn default() -> EmapiPrinterParams
Returns the “default value” for a type. Read more
impl Eq for EmapiPrinterParams
Source§impl PartialEq for EmapiPrinterParams
impl PartialEq for EmapiPrinterParams
Source§fn eq(&self, other: &EmapiPrinterParams) -> bool
fn eq(&self, other: &EmapiPrinterParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EmapiPrinterParams
Auto Trait Implementations§
impl Freeze for EmapiPrinterParams
impl RefUnwindSafe for EmapiPrinterParams
impl Send for EmapiPrinterParams
impl Sync for EmapiPrinterParams
impl Unpin for EmapiPrinterParams
impl UnsafeUnpin for EmapiPrinterParams
impl UnwindSafe for EmapiPrinterParams
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