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