pub enum JQOVFR {
NoOverflow = 0,
Overflow = 1,
}
Expand description
Injected context queue overflow
Value on reset: 0
Variants§
NoOverflow = 0
0: No injected context queue overflow has occurred
Overflow = 1
1: Injected context queue overflow has occurred
Trait Implementations§
impl Copy for JQOVFR
impl Eq for JQOVFR
impl StructuralPartialEq for JQOVFR
Auto Trait Implementations§
impl Freeze for JQOVFR
impl RefUnwindSafe for JQOVFR
impl Send for JQOVFR
impl Sync for JQOVFR
impl Unpin for JQOVFR
impl UnwindSafe for JQOVFR
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