pub enum JQOVFW {
Clear = 1,
}
Expand description
JQOVF
Value on reset: 0
Variants§
Clear = 1
1: Clear injected context queue overflow flag
Trait Implementations§
impl Copy for JQOVFW
impl Eq for JQOVFW
impl StructuralPartialEq for JQOVFW
Auto Trait Implementations§
impl Freeze for JQOVFW
impl RefUnwindSafe for JQOVFW
impl Send for JQOVFW
impl Sync for JQOVFW
impl Unpin for JQOVFW
impl UnwindSafe for JQOVFW
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