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