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