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