Enum target_lexicon::Riscv64Architecture [−][src]
#[non_exhaustive] pub enum Riscv64Architecture { Riscv64, Riscv64gc, Riscv64imac, }
An enum for all 64-bit RISC-V architectures.
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.
Trait Implementations
impl Clone for Riscv64Architecture
[src]
impl Clone for Riscv64Architecture
[src]fn clone(&self) -> Riscv64Architecture
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl FromStr for Riscv64Architecture
[src]
impl FromStr for Riscv64Architecture
[src]impl Hash for Riscv64Architecture
[src]
impl Hash for Riscv64Architecture
[src]impl PartialEq<Riscv64Architecture> for Riscv64Architecture
[src]
impl PartialEq<Riscv64Architecture> for Riscv64Architecture
[src]fn eq(&self, other: &Riscv64Architecture) -> 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 Riscv64Architecture
[src]
impl Eq for Riscv64Architecture
[src]
impl StructuralEq for Riscv64Architecture
[src]
impl StructuralPartialEq for Riscv64Architecture
[src]
Auto Trait Implementations
impl Send for Riscv64Architecture
impl Sync for Riscv64Architecture
impl Unpin for Riscv64Architecture
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.