Enum target_lexicon::ArmArchitecture [−][src]
#[non_exhaustive] pub enum ArmArchitecture {}Show variants
Arm, Armeb, Armv4, Armv4t, Armv5t, Armv5te, Armv5tej, Armv6, Armv6j, Armv6k, Armv6z, Armv6kz, Armv6t2, Armv6m, Armv7, Armv7a, Armv7ve, Armv7m, Armv7r, Armv7s, Armv8, Armv8a, Armv8_1a, Armv8_2a, Armv8_3a, Armv8_4a, Armv8_5a, Armv8mBase, Armv8mMain, Armv8r, Armebv7r, Thumbeb, Thumbv4t, Thumbv6m, Thumbv7a, Thumbv7em, Thumbv7m, Thumbv7neon, Thumbv8mBase, Thumbv8mMain,
Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Implementations
impl ArmArchitecture
[src]
impl ArmArchitecture
[src]pub fn is_thumb(self) -> bool
[src]
Test if this architecture uses the Thumb instruction set.
pub fn pointer_width(self) -> PointerWidth
[src]
Return the pointer bit width of this target’s architecture.
pub fn endianness(self) -> Endianness
[src]
Return the endianness of this architecture.
Trait Implementations
impl Clone for ArmArchitecture
[src]
impl Clone for ArmArchitecture
[src]fn clone(&self) -> ArmArchitecture
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl FromStr for ArmArchitecture
[src]
impl FromStr for ArmArchitecture
[src]impl Hash for ArmArchitecture
[src]
impl Hash for ArmArchitecture
[src]impl PartialEq<ArmArchitecture> for ArmArchitecture
[src]
impl PartialEq<ArmArchitecture> for ArmArchitecture
[src]fn eq(&self, other: &ArmArchitecture) -> bool
[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ne(&self, other: &Rhs) -> boolimpl Copy for ArmArchitecture
[src]
impl Eq for ArmArchitecture
[src]
impl StructuralEq for ArmArchitecture
[src]
impl StructuralPartialEq for ArmArchitecture
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.