pub enum PECERRW {
NOERROR,
ERROR,
}
Expand description
Values that can be written to the field PECERR
Variants§
NOERROR
no PEC error: receiver returns ACK after PEC reception (if ACK=1)
ERROR
PEC error: receiver returns NACK after PEC reception (whatever ACK)
Auto Trait Implementations§
impl Freeze for PECERRW
impl RefUnwindSafe for PECERRW
impl Send for PECERRW
impl Sync for PECERRW
impl Unpin for PECERRW
impl UnwindSafe for PECERRW
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