Enum syntex_syntax::abi::AbiArchitecture  
                   
                       [−]
                   
               [src]
pub enum AbiArchitecture {
    RustArch,
    AllArch,
    Archs(u32),
}Variants
| RustArch | Not a real ABI (e.g., intrinsic) | |
| AllArch | An ABI that specifies cross-platform defaults (e.g., "C") | |
| Archs | Multiple architectures (bitset) | 
Trait Implementations
Derived Implementations
impl Clone for AbiArchitecture[src]
fn clone(&self) -> AbiArchitecture
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more