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