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