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