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