#[repr(transparent)]pub struct Pll0clksel(pub u32);Expand description
PLL0 clock source select
Tuple Fields§
§0: u32Implementations§
Source§impl Pll0clksel
impl Pll0clksel
Sourcepub const fn sel(&self) -> Pll0clkselSel
pub const fn sel(&self) -> Pll0clkselSel
PLL0 clock source select.
Sourcepub const fn set_sel(&mut self, val: Pll0clkselSel)
pub const fn set_sel(&mut self, val: Pll0clkselSel)
PLL0 clock source select.
Trait Implementations§
Source§impl Clone for Pll0clksel
impl Clone for Pll0clksel
Source§fn clone(&self) -> Pll0clksel
fn clone(&self) -> Pll0clksel
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 Pll0clksel
impl Debug for Pll0clksel
Source§impl Default for Pll0clksel
impl Default for Pll0clksel
Source§fn default() -> Pll0clksel
fn default() -> Pll0clksel
Returns the “default value” for a type. Read more
Source§impl PartialEq for Pll0clksel
impl PartialEq for Pll0clksel
impl Copy for Pll0clksel
impl Eq for Pll0clksel
impl StructuralPartialEq for Pll0clksel
Auto Trait Implementations§
impl Freeze for Pll0clksel
impl RefUnwindSafe for Pll0clksel
impl Send for Pll0clksel
impl Sync for Pll0clksel
impl Unpin for Pll0clksel
impl UnwindSafe for Pll0clksel
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