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