pub enum ESOFW {
EXPECTEDSTARTOFFRAME,
}
Expand description
Values that can be written to the field ESOF
Variants§
EXPECTEDSTARTOFFRAME
an SOF packet is expected but not received
Auto Trait Implementations§
impl Freeze for ESOFW
impl RefUnwindSafe for ESOFW
impl Send for ESOFW
impl Sync for ESOFW
impl Unpin for ESOFW
impl UnwindSafe for ESOFW
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