pub enum WKENCREM_A {
DISABLE,
ENABLE,
}
Expand description
Wakeup Event Enable on Card Removal
Value on reset: 0
Variants
DISABLE
0: Disable
ENABLE
1: Enable
Trait Implementations
sourceimpl Clone for WKENCREM_A
impl Clone for WKENCREM_A
sourcefn clone(&self) -> WKENCREM_A
fn clone(&self) -> WKENCREM_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 WKENCREM_A
impl Debug for WKENCREM_A
sourceimpl From<WKENCREM_A> for bool
impl From<WKENCREM_A> for bool
sourcefn from(variant: WKENCREM_A) -> Self
fn from(variant: WKENCREM_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<WKENCREM_A> for WKENCREM_A
impl PartialEq<WKENCREM_A> for WKENCREM_A
sourcefn eq(&self, other: &WKENCREM_A) -> bool
fn eq(&self, other: &WKENCREM_A) -> bool
impl Copy for WKENCREM_A
impl StructuralPartialEq for WKENCREM_A
Auto Trait Implementations
impl RefUnwindSafe for WKENCREM_A
impl Send for WKENCREM_A
impl Sync for WKENCREM_A
impl Unpin for WKENCREM_A
impl UnwindSafe for WKENCREM_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