pub enum CARDDSEL_A {
NORMAL,
TEST,
}
Expand description
Card Detect Signal Selection
Value on reset: 0
Variants
NORMAL
0: SDCD# is selected (for normal use)
TEST
1: The Card Select Test Level is selected (for test purpose)
Trait Implementations
sourceimpl Clone for CARDDSEL_A
impl Clone for CARDDSEL_A
sourcefn clone(&self) -> CARDDSEL_A
fn clone(&self) -> CARDDSEL_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 CARDDSEL_A
impl Debug for CARDDSEL_A
sourceimpl From<CARDDSEL_A> for bool
impl From<CARDDSEL_A> for bool
sourcefn from(variant: CARDDSEL_A) -> Self
fn from(variant: CARDDSEL_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<CARDDSEL_A> for CARDDSEL_A
impl PartialEq<CARDDSEL_A> for CARDDSEL_A
sourcefn eq(&self, other: &CARDDSEL_A) -> bool
fn eq(&self, other: &CARDDSEL_A) -> bool
impl Copy for CARDDSEL_A
impl StructuralPartialEq for CARDDSEL_A
Auto Trait Implementations
impl RefUnwindSafe for CARDDSEL_A
impl Send for CARDDSEL_A
impl Sync for CARDDSEL_A
impl Unpin for CARDDSEL_A
impl UnwindSafe for CARDDSEL_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