Enum rustc_target::abi::call::Conv[][src]

pub enum Conv {
    C,
    ArmAapcs,
    Msp430Intr,
    PtxKernel,
    X86Fastcall,
    X86Intr,
    X86Stdcall,
    X86ThisCall,
    X86VectorCall,
    X86_64SysV,
    X86_64Win64,
}

Variants

Trait Implementations

impl Copy for Conv
[src]

impl Clone for Conv
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Conv
[src]

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

This method tests for !=.

impl Debug for Conv
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Conv

impl Sync for Conv