#[repr(u8)]pub enum P0SingleFlash {
P0_SINGLE_FLASH0 = 0,
P0_SINGLE_FLASH1 = 1,
}Variants§
P0_SINGLE_FLASH0 = 0
Sets flash memory organization to Dual Flash mode.
P0_SINGLE_FLASH1 = 1
Sets flash memory organization to Single Flash mode.
Implementations§
Source§impl P0SingleFlash
impl P0SingleFlash
Trait Implementations§
Source§impl Clone for P0SingleFlash
impl Clone for P0SingleFlash
Source§fn clone(&self) -> P0SingleFlash
fn clone(&self) -> P0SingleFlash
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 P0SingleFlash
impl Debug for P0SingleFlash
Source§impl From<P0SingleFlash> for u8
impl From<P0SingleFlash> for u8
Source§fn from(val: P0SingleFlash) -> u8
fn from(val: P0SingleFlash) -> u8
Converts to this type from the input type.
Source§impl From<u8> for P0SingleFlash
impl From<u8> for P0SingleFlash
Source§fn from(val: u8) -> P0SingleFlash
fn from(val: u8) -> P0SingleFlash
Converts to this type from the input type.
Source§impl Ord for P0SingleFlash
impl Ord for P0SingleFlash
Source§fn cmp(&self, other: &P0SingleFlash) -> Ordering
fn cmp(&self, other: &P0SingleFlash) -> 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 P0SingleFlash
impl PartialEq for P0SingleFlash
Source§impl PartialOrd for P0SingleFlash
impl PartialOrd for P0SingleFlash
impl Copy for P0SingleFlash
impl Eq for P0SingleFlash
impl StructuralPartialEq for P0SingleFlash
Auto Trait Implementations§
impl Freeze for P0SingleFlash
impl RefUnwindSafe for P0SingleFlash
impl Send for P0SingleFlash
impl Sync for P0SingleFlash
impl Unpin for P0SingleFlash
impl UnwindSafe for P0SingleFlash
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