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