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