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