#[repr(i32)]pub enum FeaturesX64 {
Feature_FMA3 = 1,
Feature_AVX = 2,
}Variants§
Implementations§
Source§impl FeaturesX64
impl FeaturesX64
pub const Feature_FMA3: FeaturesX64 = FeaturesX64::Feature_FMA3
pub const Feature_AVX: FeaturesX64 = FeaturesX64::Feature_AVX
Trait Implementations§
Source§impl Clone for FeaturesX64
impl Clone for FeaturesX64
Source§fn clone(&self) -> FeaturesX64
fn clone(&self) -> FeaturesX64
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 FeaturesX64
Source§impl Debug for FeaturesX64
impl Debug for FeaturesX64
impl Eq for FeaturesX64
Source§impl Hash for FeaturesX64
impl Hash for FeaturesX64
Source§impl PartialEq for FeaturesX64
impl PartialEq for FeaturesX64
Source§fn eq(&self, other: &FeaturesX64) -> bool
fn eq(&self, other: &FeaturesX64) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FeaturesX64
Auto Trait Implementations§
impl Freeze for FeaturesX64
impl RefUnwindSafe for FeaturesX64
impl Send for FeaturesX64
impl Sync for FeaturesX64
impl Unpin for FeaturesX64
impl UnsafeUnpin for FeaturesX64
impl UnwindSafe for FeaturesX64
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