Enum android_cpufeatures_sys::AndroidCpuFamily [] [src]

#[repr(u32)]
pub enum AndroidCpuFamily { ANDROID_CPU_FAMILY_UNKNOWN, ANDROID_CPU_FAMILY_ARM, ANDROID_CPU_FAMILY_X86, ANDROID_CPU_FAMILY_MIPS, ANDROID_CPU_FAMILY_ARM64, ANDROID_CPU_FAMILY_X86_64, ANDROID_CPU_FAMILY_MIPS64, ANDROID_CPU_FAMILY_MAX, }

Variants

Trait Implementations

impl Debug for AndroidCpuFamily
[src]

Formats the value using the given formatter.

impl Copy for AndroidCpuFamily
[src]

impl Clone for AndroidCpuFamily
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AndroidCpuFamily
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for AndroidCpuFamily
[src]

impl Hash for AndroidCpuFamily
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more