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