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