pub enum ERRR {
NotOverrun = 0,
Error = 1,
}
Expand description
Error
Value on reset: 0
Variants§
NotOverrun = 0
0: Errors are not occurred
Error = 1
1: One of No ANSwer, Cyclic Redundancy Check, Bit Stuffing or Framing format Violation error occurred
Trait Implementations§
impl Copy for ERRR
impl Eq for ERRR
impl StructuralPartialEq for ERRR
Auto Trait Implementations§
impl Freeze for ERRR
impl RefUnwindSafe for ERRR
impl Send for ERRR
impl Sync for ERRR
impl Unpin for ERRR
impl UnwindSafe for ERRR
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