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