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