#[repr(u8)]pub enum Flexio2ClkPodf {
DIVIDE_1 = 0,
DIVIDE_2 = 1,
DIVIDE_3 = 2,
DIVIDE_4 = 3,
DIVIDE_5 = 4,
DIVIDE_6 = 5,
DIVIDE_7 = 6,
DIVIDE_8 = 7,
}Variants§
DIVIDE_1 = 0
Divide by 1
DIVIDE_2 = 1
Divide by 2
DIVIDE_3 = 2
Divide by 3
DIVIDE_4 = 3
Divide by 4
DIVIDE_5 = 4
Divide by 5
DIVIDE_6 = 5
Divide by 6
DIVIDE_7 = 6
Divide by 7
DIVIDE_8 = 7
Divide by 8
Implementations§
Trait Implementations§
Source§impl Clone for Flexio2ClkPodf
impl Clone for Flexio2ClkPodf
Source§fn clone(&self) -> Flexio2ClkPodf
fn clone(&self) -> Flexio2ClkPodf
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 Flexio2ClkPodf
impl Debug for Flexio2ClkPodf
Source§impl From<Flexio2ClkPodf> for u8
impl From<Flexio2ClkPodf> for u8
Source§fn from(val: Flexio2ClkPodf) -> u8
fn from(val: Flexio2ClkPodf) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Flexio2ClkPodf
impl From<u8> for Flexio2ClkPodf
Source§fn from(val: u8) -> Flexio2ClkPodf
fn from(val: u8) -> Flexio2ClkPodf
Converts to this type from the input type.
Source§impl Ord for Flexio2ClkPodf
impl Ord for Flexio2ClkPodf
Source§fn cmp(&self, other: &Flexio2ClkPodf) -> Ordering
fn cmp(&self, other: &Flexio2ClkPodf) -> 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 Flexio2ClkPodf
impl PartialEq for Flexio2ClkPodf
Source§impl PartialOrd for Flexio2ClkPodf
impl PartialOrd for Flexio2ClkPodf
impl Copy for Flexio2ClkPodf
impl Eq for Flexio2ClkPodf
impl StructuralPartialEq for Flexio2ClkPodf
Auto Trait Implementations§
impl Freeze for Flexio2ClkPodf
impl RefUnwindSafe for Flexio2ClkPodf
impl Send for Flexio2ClkPodf
impl Sync for Flexio2ClkPodf
impl Unpin for Flexio2ClkPodf
impl UnwindSafe for Flexio2ClkPodf
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