#[repr(u8)]pub enum CardIntD3Test {
CARD_INT_D3_TEST_0 = 0,
CARD_INT_D3_TEST_1 = 1,
}Variants§
CARD_INT_D3_TEST_0 = 0
Check the card interrupt only when DATA3 is high.
CARD_INT_D3_TEST_1 = 1
Check the card interrupt by ignoring the status of DATA3.
Implementations§
Source§impl CardIntD3Test
impl CardIntD3Test
Trait Implementations§
Source§impl Clone for CardIntD3Test
impl Clone for CardIntD3Test
Source§fn clone(&self) -> CardIntD3Test
fn clone(&self) -> CardIntD3Test
Returns a duplicate 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 CardIntD3Test
impl Debug for CardIntD3Test
Source§impl From<CardIntD3Test> for u8
impl From<CardIntD3Test> for u8
Source§fn from(val: CardIntD3Test) -> u8
fn from(val: CardIntD3Test) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CardIntD3Test
impl From<u8> for CardIntD3Test
Source§fn from(val: u8) -> CardIntD3Test
fn from(val: u8) -> CardIntD3Test
Converts to this type from the input type.
Source§impl Ord for CardIntD3Test
impl Ord for CardIntD3Test
Source§fn cmp(&self, other: &CardIntD3Test) -> Ordering
fn cmp(&self, other: &CardIntD3Test) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CardIntD3Test
impl PartialEq for CardIntD3Test
Source§impl PartialOrd for CardIntD3Test
impl PartialOrd for CardIntD3Test
impl Copy for CardIntD3Test
impl Eq for CardIntD3Test
impl StructuralPartialEq for CardIntD3Test
Auto Trait Implementations§
impl Freeze for CardIntD3Test
impl RefUnwindSafe for CardIntD3Test
impl Send for CardIntD3Test
impl Sync for CardIntD3Test
impl Unpin for CardIntD3Test
impl UnwindSafe for CardIntD3Test
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