pub enum DTDSEL_A {
WRITE,
READ,
}
Expand description
Data Transfer Direction Selection
Value on reset: 0
Variants
WRITE
0: Write (Host to Card)
READ
1: Read (Card to Host)
Trait Implementations
impl Copy for DTDSEL_A
impl StructuralPartialEq for DTDSEL_A
Auto Trait Implementations
impl RefUnwindSafe for DTDSEL_A
impl Send for DTDSEL_A
impl Sync for DTDSEL_A
impl Unpin for DTDSEL_A
impl UnwindSafe for DTDSEL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more