Enum Jqovf
#[repr(u8)]pub enum Jqovf {
NOOVERFLOW = 0,
OVERFLOW = 1,
}
Expand description
Injected context queue overflow flag
Variants§
Implementations§
Trait Implementations§
§impl Ord for Jqovf
impl Ord for Jqovf
§impl PartialOrd for Jqovf
impl PartialOrd for Jqovf
impl Copy for Jqovf
impl Eq for Jqovf
impl StructuralPartialEq for Jqovf
Auto Trait Implementations§
impl Freeze for Jqovf
impl RefUnwindSafe for Jqovf
impl Send for Jqovf
impl Sync for Jqovf
impl Unpin for Jqovf
impl UnwindSafe for Jqovf
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