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