Enum syntex_syntax::abi::Abi [] [src]

pub enum Abi {
    Cdecl,
    Stdcall,
    Fastcall,
    Vectorcall,
    Aapcs,
    Win64,
    Rust,
    C,
    System,
    RustIntrinsic,
    RustCall,
    PlatformIntrinsic,
}

Variants

Methods

impl Abi
[src]

Trait Implementations

impl PartialEq for Abi
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Abi
[src]

impl Hash for Abi
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Encodable for Abi
[src]

impl Decodable for Abi
[src]

impl Clone for Abi
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Abi
[src]

impl Debug for Abi
[src]

Formats the value using the given formatter.

impl Display for Abi
[src]

Formats the value using the given formatter.