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