pub enum TRFC_A {
NO,
YES,
}
Expand description
Transfer Complete
Value on reset: 0
Variants
NO
0: Not complete
YES
1: Command execution is completed
Trait Implementations
impl Copy for TRFC_A
impl StructuralPartialEq for TRFC_A
Auto Trait Implementations
impl RefUnwindSafe for TRFC_A
impl Send for TRFC_A
impl Sync for TRFC_A
impl Unpin for TRFC_A
impl UnwindSafe for TRFC_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