pub enum StatusDetail {
MovingFlag,
ImpositionFlag,
ChecksumError,
UnknownCommand,
ExceedREGRange,
GarbageDetected,
MotorOnFlag,
NoDetail,
}Expand description
The values of the status detail error register
Variants§
MovingFlag
ImpositionFlag
ChecksumError
UnknownCommand
ExceedREGRange
GarbageDetected
MotorOnFlag
NoDetail
Trait Implementations§
Source§impl Clone for StatusDetail
impl Clone for StatusDetail
Source§fn clone(&self) -> StatusDetail
fn clone(&self) -> StatusDetail
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StatusDetail
Source§impl Debug for StatusDetail
impl Debug for StatusDetail
impl Eq for StatusDetail
Source§impl PartialEq for StatusDetail
impl PartialEq for StatusDetail
Source§fn eq(&self, other: &StatusDetail) -> bool
fn eq(&self, other: &StatusDetail) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StatusDetail
Auto Trait Implementations§
impl Freeze for StatusDetail
impl RefUnwindSafe for StatusDetail
impl Send for StatusDetail
impl Sync for StatusDetail
impl Unpin for StatusDetail
impl UnsafeUnpin for StatusDetail
impl UnwindSafe for StatusDetail
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