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