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