Enum rustc_target::abi::call::Conv [−][src]
pub enum Conv {
C,
ArmAapcs,
Msp430Intr,
PtxKernel,
X86Fastcall,
X86Intr,
X86Stdcall,
X86ThisCall,
X86VectorCall,
X86_64SysV,
X86_64Win64,
AmdGpuKernel,
}Variants
CArmAapcsMsp430IntrPtxKernelX86FastcallX86IntrX86StdcallX86ThisCallX86VectorCallX86_64SysVX86_64Win64AmdGpuKernel
Trait Implementations
impl Copy for Conv[src]
impl Copy for Convimpl Clone for Conv[src]
impl Clone for Convfn clone(&self) -> Conv[src]
fn clone(&self) -> ConvReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Conv[src]
impl PartialEq for Convfn eq(&self, other: &Conv) -> bool[src]
fn eq(&self, other: &Conv) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for Conv[src]
impl Debug for Conv