Enum syntex_syntax::abi::AbiArchitecture [] [src]

pub enum AbiArchitecture {
    Rust,
    All,
    Archs(u32),
}

Variants

Not a real ABI (e.g., intrinsic)

An ABI that specifies cross-platform defaults (e.g., "C")

Multiple architectures (bitset)

Trait Implementations

impl Copy for AbiArchitecture
[src]

impl Clone for AbiArchitecture
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more