Enum target_lexicon::Aarch64Architecture [−][src]
#[non_exhaustive] pub enum Aarch64Architecture { Aarch64, Aarch64be, }
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 Aarch64Architecture
[src]
impl Aarch64Architecture
[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 Aarch64Architecture
[src]
impl Clone for Aarch64Architecture
[src]fn clone(&self) -> Aarch64Architecture
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl FromStr for Aarch64Architecture
[src]
impl FromStr for Aarch64Architecture
[src]impl Hash for Aarch64Architecture
[src]
impl Hash for Aarch64Architecture
[src]impl PartialEq<Aarch64Architecture> for Aarch64Architecture
[src]
impl PartialEq<Aarch64Architecture> for Aarch64Architecture
[src]fn eq(&self, other: &Aarch64Architecture) -> 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 Aarch64Architecture
[src]
impl Eq for Aarch64Architecture
[src]
impl StructuralEq for Aarch64Architecture
[src]
impl StructuralPartialEq for Aarch64Architecture
[src]
Auto Trait Implementations
impl Send for Aarch64Architecture
impl Sync for Aarch64Architecture
impl Unpin for Aarch64Architecture
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.