Enum android_cpufeatures_sys::MipsFeature [] [src]

#[repr(u32)]
pub enum MipsFeature { ANDROID_CPU_MIPS_FEATURE_R6, ANDROID_CPU_MIPS_FEATURE_MSA, }

Variants

Trait Implementations

impl Debug for MipsFeature
[src]

Formats the value using the given formatter.

impl Copy for MipsFeature
[src]

impl Clone for MipsFeature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for MipsFeature
[src]

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

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