#[repr(u32)]pub enum ArmCpuModel {
Show 35 variants
Model_926 = 0,
Model_946 = 1,
Model_1026 = 2,
Model_1136_R2 = 3,
Model_1136 = 4,
Model_1176 = 5,
Model_11MPCORE = 6,
CORTEX_M0 = 7,
CORTEX_M3 = 8,
CORTEX_M4 = 9,
CORTEX_M7 = 10,
CORTEX_M33 = 11,
CORTEX_R5 = 12,
CORTEX_R5F = 13,
CORTEX_A7 = 14,
CORTEX_A8 = 15,
CORTEX_A9 = 16,
CORTEX_A15 = 17,
TI925T = 18,
SA1100 = 19,
SA1110 = 20,
PXA250 = 21,
PXA255 = 22,
PXA260 = 23,
PXA261 = 24,
PXA262 = 25,
PXA270 = 26,
PXA270A0 = 27,
PXA270A1 = 28,
PXA270B0 = 29,
PXA270B1 = 30,
PXA270C0 = 31,
PXA270C5 = 32,
MAX = 33,
ENDING = 34,
}Variants§
Model_926 = 0
Model_946 = 1
Model_1026 = 2
Model_1136_R2 = 3
Model_1136 = 4
Model_1176 = 5
Model_11MPCORE = 6
CORTEX_M0 = 7
CORTEX_M3 = 8
CORTEX_M4 = 9
CORTEX_M7 = 10
CORTEX_M33 = 11
CORTEX_R5 = 12
CORTEX_R5F = 13
CORTEX_A7 = 14
CORTEX_A8 = 15
CORTEX_A9 = 16
CORTEX_A15 = 17
TI925T = 18
SA1100 = 19
SA1110 = 20
PXA250 = 21
PXA255 = 22
PXA260 = 23
PXA261 = 24
PXA262 = 25
PXA270 = 26
PXA270A0 = 27
PXA270A1 = 28
PXA270B0 = 29
PXA270B1 = 30
PXA270C0 = 31
PXA270C5 = 32
MAX = 33
ENDING = 34
Trait Implementations§
Source§impl Clone for ArmCpuModel
impl Clone for ArmCpuModel
Source§fn clone(&self) -> ArmCpuModel
fn clone(&self) -> ArmCpuModel
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 ArmCpuModel
impl Debug for ArmCpuModel
Source§impl From<&ArmCpuModel> for i32
impl From<&ArmCpuModel> for i32
Source§fn from(value: &ArmCpuModel) -> Self
fn from(value: &ArmCpuModel) -> Self
Converts to this type from the input type.
Source§impl From<ArmCpuModel> for i32
impl From<ArmCpuModel> for i32
Source§fn from(value: ArmCpuModel) -> Self
fn from(value: ArmCpuModel) -> Self
Converts to this type from the input type.
Source§impl Hash for ArmCpuModel
impl Hash for ArmCpuModel
Source§impl Ord for ArmCpuModel
impl Ord for ArmCpuModel
Source§fn cmp(&self, other: &ArmCpuModel) -> Ordering
fn cmp(&self, other: &ArmCpuModel) -> 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 ArmCpuModel
impl PartialEq for ArmCpuModel
Source§impl PartialOrd for ArmCpuModel
impl PartialOrd for ArmCpuModel
impl Copy for ArmCpuModel
impl Eq for ArmCpuModel
impl StructuralPartialEq for ArmCpuModel
Auto Trait Implementations§
impl Freeze for ArmCpuModel
impl RefUnwindSafe for ArmCpuModel
impl Send for ArmCpuModel
impl Sync for ArmCpuModel
impl Unpin for ArmCpuModel
impl UnwindSafe for ArmCpuModel
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