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