Enum android_cpufeatures_sys::ArmFeature [] [src]

#[repr(u32)]
pub enum ArmFeature { ANDROID_CPU_ARM_FEATURE_ARMv7, ANDROID_CPU_ARM_FEATURE_VFPv3, ANDROID_CPU_ARM_FEATURE_NEON, ANDROID_CPU_ARM_FEATURE_LDREX_STREX, ANDROID_CPU_ARM_FEATURE_VFPv2, ANDROID_CPU_ARM_FEATURE_VFP_D32, ANDROID_CPU_ARM_FEATURE_VFP_FP16, ANDROID_CPU_ARM_FEATURE_VFP_FMA, ANDROID_CPU_ARM_FEATURE_NEON_FMA, ANDROID_CPU_ARM_FEATURE_IDIV_ARM, ANDROID_CPU_ARM_FEATURE_IDIV_THUMB2, ANDROID_CPU_ARM_FEATURE_iWMMXt, ANDROID_CPU_ARM_FEATURE_AES, ANDROID_CPU_ARM_FEATURE_PMULL, ANDROID_CPU_ARM_FEATURE_SHA1, ANDROID_CPU_ARM_FEATURE_SHA2, ANDROID_CPU_ARM_FEATURE_CRC32, }

Variants

Trait Implementations

impl Debug for ArmFeature
[src]

Formats the value using the given formatter.

impl Copy for ArmFeature
[src]

impl Clone for ArmFeature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ArmFeature
[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 ArmFeature
[src]

impl Hash for ArmFeature
[src]

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

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