pub enum ERRR {
ERROR,
_Reserved(bool),
}
Expand description
Possible values of the field ERR
Variants§
ERROR
One of No ANSwer, Cyclic Redundancy Check, Bit Stuffing or Framing format Violation error occurred
_Reserved(bool)
Reserved
Implementations§
Trait Implementations§
impl Copy 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