#[repr(u8)]pub enum Cmdtyp {
CMDTYP_0 = 0,
CMDTYP_1 = 1,
CMDTYP_2 = 2,
CMDTYP_3 = 3,
}Variants§
CMDTYP_0 = 0
Normal other commands
CMDTYP_1 = 1
Suspend CMD52 for writing bus suspend in CCCR
CMDTYP_2 = 2
Resume CMD52 for writing function select in CCCR
CMDTYP_3 = 3
Abort CMD12, CMD52 for writing I/O Abort in CCCR
Implementations§
Trait Implementations§
Source§impl Ord for Cmdtyp
impl Ord for Cmdtyp
Source§impl PartialOrd for Cmdtyp
impl PartialOrd for Cmdtyp
impl Copy for Cmdtyp
impl Eq for Cmdtyp
impl StructuralPartialEq for Cmdtyp
Auto Trait Implementations§
impl Freeze for Cmdtyp
impl RefUnwindSafe for Cmdtyp
impl Send for Cmdtyp
impl Sync for Cmdtyp
impl Unpin for Cmdtyp
impl UnwindSafe for Cmdtyp
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