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