Enum target_lexicon::Aarch64Architecture [−][src]
#[non_exhaustive]
pub enum Aarch64Architecture {
Aarch64,
Aarch64be,
}
Variants (Non-exhaustive)
This enum is marked as 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.
Aarch64
Aarch64be
Implementations
Return the pointer bit width of this target’s architecture.
Return the endianness of this architecture.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Aarch64Architecture
impl Send for Aarch64Architecture
impl Sync for Aarch64Architecture
impl Unpin for Aarch64Architecture
impl UnwindSafe for Aarch64Architecture
Blanket Implementations
Mutably borrows from an owned value. Read more