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