pub enum SWRSTDAT_A {
WORK,
RESET,
}
Expand description
Software Reset For DAT Line
Value on reset: 0
Variants
WORK
0: Work
RESET
1: Reset
Trait Implementations
sourceimpl Clone for SWRSTDAT_A
impl Clone for SWRSTDAT_A
sourcefn clone(&self) -> SWRSTDAT_A
fn clone(&self) -> SWRSTDAT_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SWRSTDAT_A
impl Debug for SWRSTDAT_A
sourceimpl From<SWRSTDAT_A> for bool
impl From<SWRSTDAT_A> for bool
sourcefn from(variant: SWRSTDAT_A) -> Self
fn from(variant: SWRSTDAT_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SWRSTDAT_A> for SWRSTDAT_A
impl PartialEq<SWRSTDAT_A> for SWRSTDAT_A
sourcefn eq(&self, other: &SWRSTDAT_A) -> bool
fn eq(&self, other: &SWRSTDAT_A) -> bool
impl Copy for SWRSTDAT_A
impl StructuralPartialEq for SWRSTDAT_A
Auto Trait Implementations
impl RefUnwindSafe for SWRSTDAT_A
impl Send for SWRSTDAT_A
impl Sync for SWRSTDAT_A
impl Unpin for SWRSTDAT_A
impl UnwindSafe for SWRSTDAT_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more