#[repr(u8)]pub enum P0DirtyInt {
P0_DIRTY_INT0 = 0,
P0_DIRTY_INT1 = 1,
}Variants§
P0_DIRTY_INT0 = 0
Indicates normal operation
P0_DIRTY_INT1 = 1
Indicates that a write has occurred to the FW Code region of the inactive Flash and that flash is now considered corrupt.
Implementations§
Source§impl P0DirtyInt
impl P0DirtyInt
Trait Implementations§
Source§impl Clone for P0DirtyInt
impl Clone for P0DirtyInt
Source§fn clone(&self) -> P0DirtyInt
fn clone(&self) -> P0DirtyInt
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 P0DirtyInt
impl Debug for P0DirtyInt
Source§impl From<P0DirtyInt> for u8
impl From<P0DirtyInt> for u8
Source§fn from(val: P0DirtyInt) -> u8
fn from(val: P0DirtyInt) -> u8
Converts to this type from the input type.
Source§impl From<u8> for P0DirtyInt
impl From<u8> for P0DirtyInt
Source§fn from(val: u8) -> P0DirtyInt
fn from(val: u8) -> P0DirtyInt
Converts to this type from the input type.
Source§impl Ord for P0DirtyInt
impl Ord for P0DirtyInt
Source§fn cmp(&self, other: &P0DirtyInt) -> Ordering
fn cmp(&self, other: &P0DirtyInt) -> 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 P0DirtyInt
impl PartialEq for P0DirtyInt
Source§impl PartialOrd for P0DirtyInt
impl PartialOrd for P0DirtyInt
impl Copy for P0DirtyInt
impl Eq for P0DirtyInt
impl StructuralPartialEq for P0DirtyInt
Auto Trait Implementations§
impl Freeze for P0DirtyInt
impl RefUnwindSafe for P0DirtyInt
impl Send for P0DirtyInt
impl Sync for P0DirtyInt
impl Unpin for P0DirtyInt
impl UnwindSafe for P0DirtyInt
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