#[repr(u8)]
pub enum CMDTYP_A {
NORMAL,
WAITIRQ,
STREAM,
BOOT,
}
Expand description
e.MMC Command Type
Value on reset: 0
Variants
NORMAL
0: Not a MMC specific command
WAITIRQ
1: Wait IRQ Command
STREAM
2: Stream Command
BOOT
3: Boot Command
Trait Implementations
impl Copy for CMDTYP_A
impl StructuralPartialEq for CMDTYP_A
Auto Trait Implementations
impl RefUnwindSafe for CMDTYP_A
impl Send for CMDTYP_A
impl Sync for CMDTYP_A
impl Unpin for CMDTYP_A
impl UnwindSafe for CMDTYP_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