#[repr(u8)]pub enum FrmerrFast {
FORM_ERROR_NO = 0,
FORM_ERROR_YES = 1,
}Variants§
FORM_ERROR_NO = 0
No such occurrence.
FORM_ERROR_YES = 1
A form error occurred since last read of this register.
Implementations§
Source§impl FrmerrFast
impl FrmerrFast
Trait Implementations§
Source§impl Clone for FrmerrFast
impl Clone for FrmerrFast
Source§fn clone(&self) -> FrmerrFast
fn clone(&self) -> FrmerrFast
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 FrmerrFast
impl Debug for FrmerrFast
Source§impl From<FrmerrFast> for u8
impl From<FrmerrFast> for u8
Source§fn from(val: FrmerrFast) -> u8
fn from(val: FrmerrFast) -> u8
Converts to this type from the input type.
Source§impl From<u8> for FrmerrFast
impl From<u8> for FrmerrFast
Source§fn from(val: u8) -> FrmerrFast
fn from(val: u8) -> FrmerrFast
Converts to this type from the input type.
Source§impl Ord for FrmerrFast
impl Ord for FrmerrFast
Source§fn cmp(&self, other: &FrmerrFast) -> Ordering
fn cmp(&self, other: &FrmerrFast) -> 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 FrmerrFast
impl PartialEq for FrmerrFast
Source§impl PartialOrd for FrmerrFast
impl PartialOrd for FrmerrFast
impl Copy for FrmerrFast
impl Eq for FrmerrFast
impl StructuralPartialEq for FrmerrFast
Auto Trait Implementations§
impl Freeze for FrmerrFast
impl RefUnwindSafe for FrmerrFast
impl Send for FrmerrFast
impl Sync for FrmerrFast
impl Unpin for FrmerrFast
impl UnwindSafe for FrmerrFast
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