#[repr(u8)]pub enum I3c1fclkstcselSel {
ENUM0 = 0,
ENUM1 = 1,
ENUM2 = 2,
ENUM3 = 3,
ENUM4 = 4,
ENUM5 = 5,
ENUM6 = 6,
ENUM7 = 7,
}Variants§
ENUM0 = 0
I3C1 functional clock I3C1FCLK
ENUM1 = 1
FRO_1M clock
ENUM2 = 2
No clock
ENUM3 = 3
No clock
ENUM4 = 4
No clock
ENUM5 = 5
No clock
ENUM6 = 6
No clock
ENUM7 = 7
No clock
Implementations§
Trait Implementations§
Source§impl Clone for I3c1fclkstcselSel
impl Clone for I3c1fclkstcselSel
Source§fn clone(&self) -> I3c1fclkstcselSel
fn clone(&self) -> I3c1fclkstcselSel
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 I3c1fclkstcselSel
impl Debug for I3c1fclkstcselSel
Source§impl From<I3c1fclkstcselSel> for u8
impl From<I3c1fclkstcselSel> for u8
Source§fn from(val: I3c1fclkstcselSel) -> u8
fn from(val: I3c1fclkstcselSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for I3c1fclkstcselSel
impl From<u8> for I3c1fclkstcselSel
Source§fn from(val: u8) -> I3c1fclkstcselSel
fn from(val: u8) -> I3c1fclkstcselSel
Converts to this type from the input type.
Source§impl Ord for I3c1fclkstcselSel
impl Ord for I3c1fclkstcselSel
Source§fn cmp(&self, other: &I3c1fclkstcselSel) -> Ordering
fn cmp(&self, other: &I3c1fclkstcselSel) -> 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 I3c1fclkstcselSel
impl PartialEq for I3c1fclkstcselSel
Source§impl PartialOrd for I3c1fclkstcselSel
impl PartialOrd for I3c1fclkstcselSel
impl Copy for I3c1fclkstcselSel
impl Eq for I3c1fclkstcselSel
impl StructuralPartialEq for I3c1fclkstcselSel
Auto Trait Implementations§
impl Freeze for I3c1fclkstcselSel
impl RefUnwindSafe for I3c1fclkstcselSel
impl Send for I3c1fclkstcselSel
impl Sync for I3c1fclkstcselSel
impl Unpin for I3c1fclkstcselSel
impl UnwindSafe for I3c1fclkstcselSel
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