#[repr(u8)]pub enum P0SingleFlashAllowWrite {
P0_SINGLE_FLASH_ALLOW_WRITE0 = 0,
P0_SINGLE_FLASH_ALLOW_WRITE1 = 1,
}Variants§
P0_SINGLE_FLASH_ALLOW_WRITE0 = 0
Normal operation. Writes are not allowed to unfiltered regions.
P0_SINGLE_FLASH_ALLOW_WRITE1 = 1
Writes are allowed to unfiltered regions.
Implementations§
Trait Implementations§
Source§impl Clone for P0SingleFlashAllowWrite
impl Clone for P0SingleFlashAllowWrite
Source§fn clone(&self) -> P0SingleFlashAllowWrite
fn clone(&self) -> P0SingleFlashAllowWrite
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 P0SingleFlashAllowWrite
impl Debug for P0SingleFlashAllowWrite
Source§impl From<P0SingleFlashAllowWrite> for u8
impl From<P0SingleFlashAllowWrite> for u8
Source§fn from(val: P0SingleFlashAllowWrite) -> u8
fn from(val: P0SingleFlashAllowWrite) -> u8
Converts to this type from the input type.
Source§impl From<u8> for P0SingleFlashAllowWrite
impl From<u8> for P0SingleFlashAllowWrite
Source§fn from(val: u8) -> P0SingleFlashAllowWrite
fn from(val: u8) -> P0SingleFlashAllowWrite
Converts to this type from the input type.
Source§impl Ord for P0SingleFlashAllowWrite
impl Ord for P0SingleFlashAllowWrite
Source§fn cmp(&self, other: &P0SingleFlashAllowWrite) -> Ordering
fn cmp(&self, other: &P0SingleFlashAllowWrite) -> 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 P0SingleFlashAllowWrite
impl PartialEq for P0SingleFlashAllowWrite
Source§impl PartialOrd for P0SingleFlashAllowWrite
impl PartialOrd for P0SingleFlashAllowWrite
impl Copy for P0SingleFlashAllowWrite
impl Eq for P0SingleFlashAllowWrite
impl StructuralPartialEq for P0SingleFlashAllowWrite
Auto Trait Implementations§
impl Freeze for P0SingleFlashAllowWrite
impl RefUnwindSafe for P0SingleFlashAllowWrite
impl Send for P0SingleFlashAllowWrite
impl Sync for P0SingleFlashAllowWrite
impl Unpin for P0SingleFlashAllowWrite
impl UnwindSafe for P0SingleFlashAllowWrite
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