Enum rustc_llvm::CallConv
[−]
[src]
pub enum CallConv {
CCallConv,
FastCallConv,
ColdCallConv,
X86StdcallCallConv,
X86FastcallCallConv,
X86_64_Win64,
X86_VectorCall,
}Unstable (
rustc_private)Variants
CCallConvUnstable (
rustc_private)FastCallConvUnstable (
rustc_private)ColdCallConvUnstable (
rustc_private)X86StdcallCallConvUnstable (
rustc_private)X86FastcallCallConvUnstable (
rustc_private)X86_64_Win64Unstable (
rustc_private)X86_VectorCallUnstable (
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) -> bool1.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