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