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