Enum target_lexicon::Riscv32Architecture [−][src]
#[non_exhaustive] pub enum Riscv32Architecture { Riscv32, Riscv32gc, Riscv32i, Riscv32imac, Riscv32imc, }
Expand description
An enum for all 32-bit RISC-V architectures.
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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Riscv32Architecture
impl Send for Riscv32Architecture
impl Sync for Riscv32Architecture
impl Unpin for Riscv32Architecture
impl UnwindSafe for Riscv32Architecture
Blanket Implementations
Mutably borrows from an owned value. Read more