pub enum EOSEQR {
NotComplete = 0,
Complete = 1,
}
Expand description
End of sequence flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for EOSEQR
impl Eq for EOSEQR
impl StructuralPartialEq for EOSEQR
Auto Trait Implementations§
impl Freeze for EOSEQR
impl RefUnwindSafe for EOSEQR
impl Send for EOSEQR
impl Sync for EOSEQR
impl Unpin for EOSEQR
impl UnwindSafe for EOSEQR
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