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