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