#[repr(transparent)]pub struct PosPrinterAlignment(pub i32);
Expand description
Required features: "Devices_PointOfService"
Tuple Fields
0: i32
Implementations
impl PosPrinterAlignment
impl PosPrinterAlignment
Trait Implementations
impl Clone for PosPrinterAlignment
impl Clone for PosPrinterAlignment
impl Copy for PosPrinterAlignment
Auto Trait Implementations
impl RefUnwindSafe for PosPrinterAlignment
impl Send for PosPrinterAlignment
impl Sync for PosPrinterAlignment
impl Unpin for PosPrinterAlignment
impl UnwindSafe for PosPrinterAlignment
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