Enum rustc_llvm::CallConv [] [src]

pub enum CallConv {
    CCallConv,
    FastCallConv,
    ColdCallConv,
    X86StdcallCallConv,
    X86FastcallCallConv,
    X86_64_Win64,
    X86_VectorCall,
}
Unstable (rustc_private)

Variants

CCallConv
Unstable (rustc_private)
FastCallConv
Unstable (rustc_private)
ColdCallConv
Unstable (rustc_private)
X86StdcallCallConv
Unstable (rustc_private)
X86FastcallCallConv
Unstable (rustc_private)
X86_64_Win64
Unstable (rustc_private)
X86_VectorCall
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl PartialEq for CallConv
[src]

fn eq(&self, __arg_0: &CallConv) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Clone for CallConv
[src]

fn clone(&self) -> CallConv

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

impl Copy for CallConv
[src]