#[repr(u8)]pub enum Qe {
DISABLED = 0,
ONLY_WITHOUT_INST_COUNTS = 1,
_RESERVED_2 = 2,
ENABLED = 3,
}
Variants§
DISABLED = 0
Q elements are disabled.
ONLY_WITHOUT_INST_COUNTS = 1
Q elements with instruction counts are enabled. Q elements without instruction counts are disabled.
_RESERVED_2 = 2
ENABLED = 3
Q elements with and without instruction counts are enabled.
Implementations§
Trait Implementations§
Source§impl Ord for Qe
impl Ord for Qe
Source§impl PartialOrd for Qe
impl PartialOrd for Qe
impl Copy for Qe
impl Eq for Qe
impl StructuralPartialEq for Qe
Auto Trait Implementations§
impl Freeze for Qe
impl RefUnwindSafe for Qe
impl Send for Qe
impl Sync for Qe
impl Unpin for Qe
impl UnwindSafe for Qe
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)