pub enum CEATAEND_A {
NotReceived = 0,
Received = 1,
}
Expand description
CE-ATA command completion signal received for CMD61
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§
Source§impl Clone for CEATAEND_A
impl Clone for CEATAEND_A
Source§fn clone(&self) -> CEATAEND_A
fn clone(&self) -> CEATAEND_A
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 CEATAEND_A
impl Debug for CEATAEND_A
Source§impl PartialEq for CEATAEND_A
impl PartialEq for CEATAEND_A
impl Copy for CEATAEND_A
impl StructuralPartialEq for CEATAEND_A
Auto Trait Implementations§
impl Freeze for CEATAEND_A
impl RefUnwindSafe for CEATAEND_A
impl Send for CEATAEND_A
impl Sync for CEATAEND_A
impl Unpin for CEATAEND_A
impl UnwindSafe for CEATAEND_A
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