pub enum DATTEO_A {
NO,
YES,
}
Expand description
Data Timeout Error
Value on reset: 0
Variants
NO
0: No Error
YES
1: Timeout
Trait Implementations
impl Copy for DATTEO_A
impl StructuralPartialEq for DATTEO_A
Auto Trait Implementations
impl RefUnwindSafe for DATTEO_A
impl Send for DATTEO_A
impl Sync for DATTEO_A
impl Unpin for DATTEO_A
impl UnwindSafe for DATTEO_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