pub enum EOC_A {
NOTCOMPLETE,
COMPLETE,
}
Expand description
EOC
Value on reset: 0
Variants
NOTCOMPLETE
0: Regular conversion is not complete
COMPLETE
1: Regular conversion complete
Trait Implementations
impl Copy for EOC_A
impl StructuralPartialEq for EOC_A
Auto Trait Implementations
impl RefUnwindSafe for EOC_A
impl Send for EOC_A
impl Sync for EOC_A
impl Unpin for EOC_A
impl UnwindSafe for EOC_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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