pub enum CEATAEND {
NotReceived = 0,
Received = 1,
}Expand description
CEATAEND
Value on reset: 0
Variants§
NotReceived = 0
0: Completion signal not received
Received = 1
1: CE-ATA command completion signal received for CMD61
Trait Implementations§
impl Copy for CEATAEND
impl Eq for CEATAEND
impl StructuralPartialEq for CEATAEND
Auto Trait Implementations§
impl Freeze for CEATAEND
impl RefUnwindSafe for CEATAEND
impl Send for CEATAEND
impl Sync for CEATAEND
impl Unpin for CEATAEND
impl UnwindSafe for CEATAEND
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