Struct JqovfMst
#[repr(transparent)]pub struct JqovfMst(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl JqovfMst
impl JqovfMst
pub const NOOVERFLOW: Self
pub const NOOVERFLOW: Self
No injected context queue overflow has occurred
pub const OVERFLOW: Self
pub const OVERFLOW: Self
Injected context queue overflow has occurred
Trait Implementations§
§impl Ord for JqovfMst
impl Ord for JqovfMst
§impl PartialOrd for JqovfMst
impl PartialOrd for JqovfMst
impl Copy for JqovfMst
impl Eq for JqovfMst
impl StructuralPartialEq for JqovfMst
Auto Trait Implementations§
impl Freeze for JqovfMst
impl RefUnwindSafe for JqovfMst
impl Send for JqovfMst
impl Sync for JqovfMst
impl Unpin for JqovfMst
impl UnwindSafe for JqovfMst
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