#[repr(u8)]pub enum Flexspi2Podf {
FLEXSPI2_PODF_0 = 0,
FLEXSPI2_PODF_1 = 1,
FLEXSPI2_PODF_2 = 2,
FLEXSPI2_PODF_3 = 3,
FLEXSPI2_PODF_4 = 4,
FLEXSPI2_PODF_5 = 5,
FLEXSPI2_PODF_6 = 6,
FLEXSPI2_PODF_7 = 7,
}Variants§
FLEXSPI2_PODF_0 = 0
divide by 1
FLEXSPI2_PODF_1 = 1
divide by 2
FLEXSPI2_PODF_2 = 2
divide by 3
FLEXSPI2_PODF_3 = 3
divide by 4
FLEXSPI2_PODF_4 = 4
divide by 5
FLEXSPI2_PODF_5 = 5
divide by 6
FLEXSPI2_PODF_6 = 6
divide by 7
FLEXSPI2_PODF_7 = 7
divide by 8
Implementations§
Source§impl Flexspi2Podf
impl Flexspi2Podf
Trait Implementations§
Source§impl Clone for Flexspi2Podf
impl Clone for Flexspi2Podf
Source§fn clone(&self) -> Flexspi2Podf
fn clone(&self) -> Flexspi2Podf
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 Flexspi2Podf
impl Debug for Flexspi2Podf
Source§impl From<Flexspi2Podf> for u8
impl From<Flexspi2Podf> for u8
Source§fn from(val: Flexspi2Podf) -> u8
fn from(val: Flexspi2Podf) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Flexspi2Podf
impl From<u8> for Flexspi2Podf
Source§fn from(val: u8) -> Flexspi2Podf
fn from(val: u8) -> Flexspi2Podf
Converts to this type from the input type.
Source§impl Ord for Flexspi2Podf
impl Ord for Flexspi2Podf
Source§fn cmp(&self, other: &Flexspi2Podf) -> Ordering
fn cmp(&self, other: &Flexspi2Podf) -> 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 Flexspi2Podf
impl PartialEq for Flexspi2Podf
Source§impl PartialOrd for Flexspi2Podf
impl PartialOrd for Flexspi2Podf
impl Copy for Flexspi2Podf
impl Eq for Flexspi2Podf
impl StructuralPartialEq for Flexspi2Podf
Auto Trait Implementations§
impl Freeze for Flexspi2Podf
impl RefUnwindSafe for Flexspi2Podf
impl Send for Flexspi2Podf
impl Sync for Flexspi2Podf
impl Unpin for Flexspi2Podf
impl UnwindSafe for Flexspi2Podf
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