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