#[repr(transparent)]pub struct PosPrinterCartridgeSensors(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl PosPrinterCartridgeSensors
impl PosPrinterCartridgeSensors
pub const None: Self = _
pub const Removed: Self = _
pub const Empty: Self = _
pub const HeadCleaning: Self = _
pub const NearEnd: Self = _
Trait Implementations§
§impl BitAnd for PosPrinterCartridgeSensors
impl BitAnd for PosPrinterCartridgeSensors
§impl BitAndAssign for PosPrinterCartridgeSensors
impl BitAndAssign for PosPrinterCartridgeSensors
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for PosPrinterCartridgeSensors
impl BitOr for PosPrinterCartridgeSensors
§impl BitOrAssign for PosPrinterCartridgeSensors
impl BitOrAssign for PosPrinterCartridgeSensors
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for PosPrinterCartridgeSensors
impl Clone for PosPrinterCartridgeSensors
§fn clone(&self) -> PosPrinterCartridgeSensors
fn clone(&self) -> PosPrinterCartridgeSensors
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PosPrinterCartridgeSensors
impl Debug for PosPrinterCartridgeSensors
§impl Default for PosPrinterCartridgeSensors
impl Default for PosPrinterCartridgeSensors
§fn default() -> PosPrinterCartridgeSensors
fn default() -> PosPrinterCartridgeSensors
Returns the “default value” for a type. Read more
§impl Not for PosPrinterCartridgeSensors
impl Not for PosPrinterCartridgeSensors
§impl PartialEq for PosPrinterCartridgeSensors
impl PartialEq for PosPrinterCartridgeSensors
§fn eq(&self, other: &PosPrinterCartridgeSensors) -> bool
fn eq(&self, other: &PosPrinterCartridgeSensors) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PosPrinterCartridgeSensors
impl Eq for PosPrinterCartridgeSensors
impl StructuralPartialEq for PosPrinterCartridgeSensors
Auto Trait Implementations§
impl Freeze for PosPrinterCartridgeSensors
impl RefUnwindSafe for PosPrinterCartridgeSensors
impl Send for PosPrinterCartridgeSensors
impl Sync for PosPrinterCartridgeSensors
impl Unpin for PosPrinterCartridgeSensors
impl UnwindSafe for PosPrinterCartridgeSensors
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)