#[repr(u32)]pub enum MipsFeature {
ANDROID_CPU_MIPS_FEATURE_R6 = 1,
ANDROID_CPU_MIPS_FEATURE_MSA = 2,
}Variants§
Trait Implementations§
Source§impl Clone for MipsFeature
impl Clone for MipsFeature
Source§fn clone(&self) -> MipsFeature
fn clone(&self) -> MipsFeature
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MipsFeature
Source§impl Debug for MipsFeature
impl Debug for MipsFeature
impl Eq for MipsFeature
Source§impl Hash for MipsFeature
impl Hash for MipsFeature
Source§impl PartialEq for MipsFeature
impl PartialEq for MipsFeature
Source§fn eq(&self, other: &MipsFeature) -> bool
fn eq(&self, other: &MipsFeature) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MipsFeature
Auto Trait Implementations§
impl Freeze for MipsFeature
impl RefUnwindSafe for MipsFeature
impl Send for MipsFeature
impl Sync for MipsFeature
impl Unpin for MipsFeature
impl UnsafeUnpin for MipsFeature
impl UnwindSafe for MipsFeature
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more