pub enum CpuTier {
Scalar,
Sse2,
Bmi2,
Avx2,
}Variants§
Trait Implementations§
impl Copy for CpuTier
impl Eq for CpuTier
Source§impl Ord for CpuTier
impl Ord for CpuTier
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for CpuTier
impl PartialOrd for CpuTier
impl StructuralPartialEq for CpuTier
Auto Trait Implementations§
impl Freeze for CpuTier
impl RefUnwindSafe for CpuTier
impl Send for CpuTier
impl Sync for CpuTier
impl Unpin for CpuTier
impl UnsafeUnpin for CpuTier
impl UnwindSafe for CpuTier
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