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