CpuTypeAarch64

Enum CpuTypeAarch64 

Source
pub enum CpuTypeAarch64 {
Show 48 variants A64fx, Arm1026, Arm1136, Arm1136r2, Arm1176, Arm11mpcore, Arm926, Arm946, Cortexa15, Cortexa35, Cortexa53, Cortexa55, Cortexa57, Cortexa7, Cortexa710, Cortexa72, Cortexa76, Cortexa8, Cortexa9, Cortexm0, Cortexm3, Cortexm33, Cortexm4, Cortexm55, Cortexm7, Cortexr5, Cortexr52, Cortexr5f, Host, Max, Neoversen1, Neoversen2, NeoverseV1, Pxa250, Pxa255, Pxa260, Pxa261, Pxa262, Pxa270a0, Pxa270a1, Pxa270, Pxa270b0, Pxa270b1, Pxa270c0, Pxa270c5, Sa1100, Sa1110, Ti925t,
}

Variants§

§

A64fx

a64fx

§

Arm1026

arm1026

§

Arm1136

arm1136

§

Arm1136r2

arm1136-r2

§

Arm1176

arm1176

§

Arm11mpcore

arm11mpcore

§

Arm926

arm926

§

Arm946

arm946

§

Cortexa15

cortex-a15

§

Cortexa35

cortex-a35

§

Cortexa53

cortex-a53

§

Cortexa55

cortex-a55

§

Cortexa57

cortex-a57

§

Cortexa7

cortex-a7

§

Cortexa710

cortex-a710

§

Cortexa72

cortex-a72

§

Cortexa76

cortex-a76

§

Cortexa8

cortex-a8

§

Cortexa9

cortex-a9

§

Cortexm0

cortex-m0

§

Cortexm3

cortex-m3

§

Cortexm33

cortex-m33

§

Cortexm4

cortex-m4

§

Cortexm55

cortex-m55

§

Cortexm7

cortex-m7

§

Cortexr5

cortex-r5

§

Cortexr52

cortex-r52

§

Cortexr5f

cortex-r5f

§

Host

host

§

Max

max

§

Neoversen1

neoverse-n1

§

Neoversen2

neoverse-n2

§

NeoverseV1

neoverse-v1

§

Pxa250

(deprecated)

§

Pxa255

(deprecated)

§

Pxa260

(deprecated)

§

Pxa261

(deprecated)

§

Pxa262

(deprecated)

§

Pxa270a0

(deprecated)

§

Pxa270a1

(deprecated)

§

Pxa270

(deprecated)

§

Pxa270b0

(deprecated)

§

Pxa270b1

(deprecated)

§

Pxa270c0

(deprecated)

§

Pxa270c5

(deprecated)

§

Sa1100

sa1100

§

Sa1110

sa1110

§

Ti925t

ti925t

Trait Implementations§

Source§

impl Clone for CpuTypeAarch64

Source§

fn clone(&self) -> CpuTypeAarch64

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for CpuTypeAarch64

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl FromStr for CpuTypeAarch64

Source§

type Err = CpuNotFound

The associated error which can be returned from parsing.
Source§

fn from_str(s: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more
Source§

impl Hash for CpuTypeAarch64

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl Ord for CpuTypeAarch64

Source§

fn cmp(&self, other: &CpuTypeAarch64) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl PartialEq for CpuTypeAarch64

Source§

fn eq(&self, other: &CpuTypeAarch64) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialOrd for CpuTypeAarch64

Source§

fn partial_cmp(&self, other: &CpuTypeAarch64) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · Source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl ToArg for CpuTypeAarch64

Source§

fn to_arg(&self) -> &str

Source§

impl ToCommand for CpuTypeAarch64

Source§

impl Eq for CpuTypeAarch64

Source§

impl StructuralPartialEq for CpuTypeAarch64

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.