pub enum Runstdbyselect {
Disable = 0,
Enable = 1,
}
Expand description
Run in Standby
Value on reset: 0
Variants§
Disable = 0
0: Generic clock is not required in standby sleep mode
Enable = 1
1: Generic clock is required in standby sleep mode
Trait Implementations§
Source§impl Clone for Runstdbyselect
impl Clone for Runstdbyselect
Source§fn clone(&self) -> Runstdbyselect
fn clone(&self) -> Runstdbyselect
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 Debug for Runstdbyselect
impl Debug for Runstdbyselect
Source§impl From<Runstdbyselect> for bool
impl From<Runstdbyselect> for bool
Source§fn from(variant: Runstdbyselect) -> Self
fn from(variant: Runstdbyselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Runstdbyselect
impl PartialEq for Runstdbyselect
impl Copy for Runstdbyselect
impl Eq for Runstdbyselect
impl StructuralPartialEq for Runstdbyselect
Auto Trait Implementations§
impl Freeze for Runstdbyselect
impl RefUnwindSafe for Runstdbyselect
impl Send for Runstdbyselect
impl Sync for Runstdbyselect
impl Unpin for Runstdbyselect
impl UnwindSafe for Runstdbyselect
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