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