pub enum ERRW {
ERROR,
}
Expand description
Values that can be written to the field ERR
Variants§
ERROR
One of No ANSwer, Cyclic Redundancy Check, Bit Stuffing or Framing format Violation error occurred
Auto Trait Implementations§
impl Freeze for ERRW
impl RefUnwindSafe for ERRW
impl Send for ERRW
impl Sync for ERRW
impl Unpin for ERRW
impl UnwindSafe for ERRW
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