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