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