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