#[repr(u8)]pub enum RecallDataMismatch {
ZZ71 = 0,
ZZ72 = 1,
}Variants§
ZZ71 = 0
Data read towards end of reset matched data read for Recall
ZZ72 = 1
Data read towards end of reset did not match data read for recall
Implementations§
Trait Implementations§
Source§impl Clone for RecallDataMismatch
impl Clone for RecallDataMismatch
Source§fn clone(&self) -> RecallDataMismatch
fn clone(&self) -> RecallDataMismatch
Returns a duplicate 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 moreSource§impl Debug for RecallDataMismatch
impl Debug for RecallDataMismatch
Source§impl From<RecallDataMismatch> for u8
impl From<RecallDataMismatch> for u8
Source§fn from(val: RecallDataMismatch) -> u8
fn from(val: RecallDataMismatch) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RecallDataMismatch
impl From<u8> for RecallDataMismatch
Source§fn from(val: u8) -> RecallDataMismatch
fn from(val: u8) -> RecallDataMismatch
Converts to this type from the input type.
Source§impl Ord for RecallDataMismatch
impl Ord for RecallDataMismatch
Source§fn cmp(&self, other: &RecallDataMismatch) -> Ordering
fn cmp(&self, other: &RecallDataMismatch) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RecallDataMismatch
impl PartialEq for RecallDataMismatch
Source§impl PartialOrd for RecallDataMismatch
impl PartialOrd for RecallDataMismatch
impl Copy for RecallDataMismatch
impl Eq for RecallDataMismatch
impl StructuralPartialEq for RecallDataMismatch
Auto Trait Implementations§
impl Freeze for RecallDataMismatch
impl RefUnwindSafe for RecallDataMismatch
impl Send for RecallDataMismatch
impl Sync for RecallDataMismatch
impl Unpin for RecallDataMismatch
impl UnwindSafe for RecallDataMismatch
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