pub enum WdtClockSource {
ClockRCSys = 0,
ClockOsc32 = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for WdtClockSource
impl Clone for WdtClockSource
Source§fn clone(&self) -> WdtClockSource
fn clone(&self) -> WdtClockSource
Returns a copy 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 From<WdtClockSource> for FieldValue<u32, Register>
impl From<WdtClockSource> for FieldValue<u32, Register>
Source§fn from(clock: WdtClockSource) -> Self
fn from(clock: WdtClockSource) -> Self
Converts to this type from the input type.
impl Copy for WdtClockSource
Auto Trait Implementations§
impl Freeze for WdtClockSource
impl RefUnwindSafe for WdtClockSource
impl Send for WdtClockSource
impl Sync for WdtClockSource
impl Unpin for WdtClockSource
impl UnwindSafe for WdtClockSource
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