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