Enum Icsel
#[repr(u8)]pub enum Icsel {
Pll1 = 0,
Pll2 = 1,
Pll3 = 2,
Pll4 = 3,
}Variants§
Pll1 = 0
pll1_ck is selected.
Pll2 = 1
pll2_ck is selected.
Pll3 = 2
pll3_ck is selected.
Pll4 = 3
pll4_ck is selected.
Implementations§
Trait Implementations§
impl Copy for Icsel
impl Eq for Icsel
§impl Ord for Icsel
impl Ord for Icsel
1.21.0 (const: unstable) · 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
§impl PartialOrd for Icsel
impl PartialOrd for Icsel
impl StructuralPartialEq for Icsel
Auto Trait Implementations§
impl Freeze for Icsel
impl RefUnwindSafe for Icsel
impl Send for Icsel
impl Sync for Icsel
impl Unpin for Icsel
impl UnsafeUnpin for Icsel
impl UnwindSafe for Icsel
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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