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