#[repr(u8)]pub enum FlexspiPodf {
FLEXSPI_PODF_0 = 0,
FLEXSPI_PODF_1 = 1,
FLEXSPI_PODF_2 = 2,
FLEXSPI_PODF_3 = 3,
FLEXSPI_PODF_4 = 4,
FLEXSPI_PODF_5 = 5,
FLEXSPI_PODF_6 = 6,
FLEXSPI_PODF_7 = 7,
}Variants§
FLEXSPI_PODF_0 = 0
divide by 1
FLEXSPI_PODF_1 = 1
divide by 2
FLEXSPI_PODF_2 = 2
divide by 3
FLEXSPI_PODF_3 = 3
divide by 4
FLEXSPI_PODF_4 = 4
divide by 5
FLEXSPI_PODF_5 = 5
divide by 6
FLEXSPI_PODF_6 = 6
divide by 7
FLEXSPI_PODF_7 = 7
divide by 8
Implementations§
Source§impl FlexspiPodf
impl FlexspiPodf
Trait Implementations§
Source§impl Clone for FlexspiPodf
impl Clone for FlexspiPodf
Source§fn clone(&self) -> FlexspiPodf
fn clone(&self) -> FlexspiPodf
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 FlexspiPodf
impl Debug for FlexspiPodf
Source§impl From<FlexspiPodf> for u8
impl From<FlexspiPodf> for u8
Source§fn from(val: FlexspiPodf) -> u8
fn from(val: FlexspiPodf) -> u8
Converts to this type from the input type.
Source§impl From<u8> for FlexspiPodf
impl From<u8> for FlexspiPodf
Source§fn from(val: u8) -> FlexspiPodf
fn from(val: u8) -> FlexspiPodf
Converts to this type from the input type.
Source§impl Ord for FlexspiPodf
impl Ord for FlexspiPodf
Source§fn cmp(&self, other: &FlexspiPodf) -> Ordering
fn cmp(&self, other: &FlexspiPodf) -> 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 FlexspiPodf
impl PartialEq for FlexspiPodf
Source§impl PartialOrd for FlexspiPodf
impl PartialOrd for FlexspiPodf
impl Copy for FlexspiPodf
impl Eq for FlexspiPodf
impl StructuralPartialEq for FlexspiPodf
Auto Trait Implementations§
impl Freeze for FlexspiPodf
impl RefUnwindSafe for FlexspiPodf
impl Send for FlexspiPodf
impl Sync for FlexspiPodf
impl Unpin for FlexspiPodf
impl UnwindSafe for FlexspiPodf
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