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
C
ArmAapcs
Msp430Intr
PtxKernel
X86Fastcall
X86Intr
X86Stdcall
X86ThisCall
X86VectorCall
X86_64SysV
X86_64Win64
AmdGpuKernel
Trait Implementations
impl Copy for Conv
[src]
impl Copy for Conv
impl Clone for Conv
[src]
impl Clone for Conv
fn clone(&self) -> Conv
[src]
fn clone(&self) -> Conv
Returns 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 Conv
fn eq(&self, other: &Conv) -> bool
[src]
fn eq(&self, other: &Conv) -> 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[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Debug for Conv
[src]
impl Debug for Conv