#[repr(u32)]pub enum Arm64CpuModel {
A57 = 0,
A53 = 1,
A72 = 2,
MAX = 3,
ENDING = 4,
}Variants§
Trait Implementations§
Source§impl Clone for Arm64CpuModel
impl Clone for Arm64CpuModel
Source§fn clone(&self) -> Arm64CpuModel
fn clone(&self) -> Arm64CpuModel
Returns a duplicate 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 Arm64CpuModel
impl Debug for Arm64CpuModel
Source§impl From<&Arm64CpuModel> for i32
impl From<&Arm64CpuModel> for i32
Source§fn from(value: &Arm64CpuModel) -> Self
fn from(value: &Arm64CpuModel) -> Self
Converts to this type from the input type.
Source§impl From<Arm64CpuModel> for i32
impl From<Arm64CpuModel> for i32
Source§fn from(value: Arm64CpuModel) -> Self
fn from(value: Arm64CpuModel) -> Self
Converts to this type from the input type.
Source§impl Hash for Arm64CpuModel
impl Hash for Arm64CpuModel
Source§impl Ord for Arm64CpuModel
impl Ord for Arm64CpuModel
Source§fn cmp(&self, other: &Arm64CpuModel) -> Ordering
fn cmp(&self, other: &Arm64CpuModel) -> 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 Arm64CpuModel
impl PartialEq for Arm64CpuModel
Source§impl PartialOrd for Arm64CpuModel
impl PartialOrd for Arm64CpuModel
impl Copy for Arm64CpuModel
impl Eq for Arm64CpuModel
impl StructuralPartialEq for Arm64CpuModel
Auto Trait Implementations§
impl Freeze for Arm64CpuModel
impl RefUnwindSafe for Arm64CpuModel
impl Send for Arm64CpuModel
impl Sync for Arm64CpuModel
impl Unpin for Arm64CpuModel
impl UnwindSafe for Arm64CpuModel
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