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