#[repr(transparent)]pub struct PosPrinterColorCartridge(pub i32);
Expand description
Required features: "Devices_PointOfService"
Tuple Fields
0: i32
Implementations
impl PosPrinterColorCartridge
impl PosPrinterColorCartridge
pub const Unknown: Self = Self(0i32)
pub const Primary: Self = Self(1i32)
pub const Custom1: Self = Self(2i32)
pub const Custom2: Self = Self(3i32)
pub const Custom3: Self = Self(4i32)
pub const Custom4: Self = Self(5i32)
pub const Custom5: Self = Self(6i32)
pub const Custom6: Self = Self(7i32)
pub const Cyan: Self = Self(8i32)
pub const Magenta: Self = Self(9i32)
pub const Yellow: Self = Self(10i32)
Trait Implementations
impl Clone for PosPrinterColorCartridge
impl Clone for PosPrinterColorCartridge
impl Copy for PosPrinterColorCartridge
Auto Trait Implementations
impl RefUnwindSafe for PosPrinterColorCartridge
impl Send for PosPrinterColorCartridge
impl Sync for PosPrinterColorCartridge
impl Unpin for PosPrinterColorCartridge
impl UnwindSafe for PosPrinterColorCartridge
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