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