Enum android_cpufeatures_sys::Arm64Feature [] [src]

#[repr(u32)]
pub enum Arm64Feature { ANDROID_CPU_ARM64_FEATURE_FP, ANDROID_CPU_ARM64_FEATURE_ASIMD, ANDROID_CPU_ARM64_FEATURE_AES, ANDROID_CPU_ARM64_FEATURE_PMULL, ANDROID_CPU_ARM64_FEATURE_SHA1, ANDROID_CPU_ARM64_FEATURE_SHA2, ANDROID_CPU_ARM64_FEATURE_CRC32, }

Variants

Trait Implementations

impl Debug for Arm64Feature
[src]

Formats the value using the given formatter.

impl Copy for Arm64Feature
[src]

impl Clone for Arm64Feature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for Arm64Feature
[src]

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

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