Enum syntax::abi::Abi [] [src]

pub enum Abi {
    Cdecl,
    Stdcall,
    Fastcall,
    Vectorcall,
    Thiscall,
    Aapcs,
    Win64,
    SysV64,
    PtxKernel,
    Msp430Interrupt,
    X86Interrupt,
    Rust,
    C,
    System,
    RustIntrinsic,
    RustCall,
    PlatformIntrinsic,
    Unadjusted,
}

Variants

Methods

impl Abi
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl PartialEq for Abi
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Abi
[src]

impl Hash for Abi
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Encodable for Abi
[src]

[src]

impl Decodable for Abi
[src]

[src]

impl Clone for Abi
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Abi
[src]

impl Debug for Abi
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for Abi
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Abi

impl Sync for Abi