enum McuContinuation {
Ok,
AnotherSos,
InterScanMarker(Marker),
Terminate,
}Variants§
Ok
AnotherSos
InterScanMarker(Marker)
Found an inter-scan marker (DHT/DQT/DRI/COM/APP) that needs handling. The caller should parse it and scan for the next SOS.
Terminate
Auto Trait Implementations§
impl Freeze for McuContinuation
impl RefUnwindSafe for McuContinuation
impl Send for McuContinuation
impl Sync for McuContinuation
impl Unpin for McuContinuation
impl UnsafeUnpin for McuContinuation
impl UnwindSafe for McuContinuation
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