#[repr(u8)]pub enum Pll3SwClkSel {
PLL3_SW_CLK_SEL_0 = 0,
PLL3_SW_CLK_SEL_1 = 1,
}Variants§
Implementations§
Source§impl Pll3SwClkSel
impl Pll3SwClkSel
Trait Implementations§
Source§impl Clone for Pll3SwClkSel
impl Clone for Pll3SwClkSel
Source§fn clone(&self) -> Pll3SwClkSel
fn clone(&self) -> Pll3SwClkSel
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 Pll3SwClkSel
impl Debug for Pll3SwClkSel
Source§impl From<Pll3SwClkSel> for u8
impl From<Pll3SwClkSel> for u8
Source§fn from(val: Pll3SwClkSel) -> u8
fn from(val: Pll3SwClkSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Pll3SwClkSel
impl From<u8> for Pll3SwClkSel
Source§fn from(val: u8) -> Pll3SwClkSel
fn from(val: u8) -> Pll3SwClkSel
Converts to this type from the input type.
Source§impl Ord for Pll3SwClkSel
impl Ord for Pll3SwClkSel
Source§fn cmp(&self, other: &Pll3SwClkSel) -> Ordering
fn cmp(&self, other: &Pll3SwClkSel) -> 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 Pll3SwClkSel
impl PartialEq for Pll3SwClkSel
Source§impl PartialOrd for Pll3SwClkSel
impl PartialOrd for Pll3SwClkSel
impl Copy for Pll3SwClkSel
impl Eq for Pll3SwClkSel
impl StructuralPartialEq for Pll3SwClkSel
Auto Trait Implementations§
impl Freeze for Pll3SwClkSel
impl RefUnwindSafe for Pll3SwClkSel
impl Send for Pll3SwClkSel
impl Sync for Pll3SwClkSel
impl Unpin for Pll3SwClkSel
impl UnwindSafe for Pll3SwClkSel
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