pub enum SuperHLevel {
Sh,
Sh2,
J2,
Sh3,
Sh4,
}
Expand description
The revision of the ISA
Variants§
Trait Implementations§
Source§impl Clone for SuperHLevel
impl Clone for SuperHLevel
Source§fn clone(&self) -> SuperHLevel
fn clone(&self) -> SuperHLevel
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SuperHLevel
impl Debug for SuperHLevel
Source§impl Hash for SuperHLevel
impl Hash for SuperHLevel
Source§impl Ord for SuperHLevel
impl Ord for SuperHLevel
Source§fn cmp(&self, other: &SuperHLevel) -> Ordering
fn cmp(&self, other: &SuperHLevel) -> Ordering
1.21.0 · 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 PartialEq for SuperHLevel
impl PartialEq for SuperHLevel
Source§impl PartialOrd for SuperHLevel
impl PartialOrd for SuperHLevel
impl Copy for SuperHLevel
impl Eq for SuperHLevel
impl StructuralPartialEq for SuperHLevel
Auto Trait Implementations§
impl Freeze for SuperHLevel
impl RefUnwindSafe for SuperHLevel
impl Send for SuperHLevel
impl Sync for SuperHLevel
impl Unpin for SuperHLevel
impl UnwindSafe for SuperHLevel
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