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