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