Enum target_lexicon::X86_32Architecture [−][src]
#[non_exhaustive] pub enum X86_32Architecture { I386, I586, I686, }
Expand description
An enum for all 32-bit x86 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 X86_32Architecture
impl Send for X86_32Architecture
impl Sync for X86_32Architecture
impl Unpin for X86_32Architecture
impl UnwindSafe for X86_32Architecture
Blanket Implementations
Mutably borrows from an owned value. Read more