Enum syntax::abi::Abi
[−]
[src]
pub enum Abi {
Cdecl,
Stdcall,
Fastcall,
Vectorcall,
Thiscall,
Aapcs,
Win64,
SysV64,
PtxKernel,
Msp430Interrupt,
X86Interrupt,
Rust,
C,
System,
RustIntrinsic,
RustCall,
PlatformIntrinsic,
Unadjusted,
}Variants
CdeclStdcallFastcallVectorcallThiscallAapcsWin64SysV64PtxKernelMsp430InterruptX86InterruptRustCSystemRustIntrinsicRustCallPlatformIntrinsicUnadjusted
Methods
impl Abi[src]
pub fn index(&self) -> usize[src]
pub fn data(&self) -> &'static AbiData[src]
pub fn name(&self) -> &'static str[src]
pub fn generic(&self) -> bool[src]
Trait Implementations
impl PartialEq for Abi[src]
fn eq(&self, __arg_0: &Abi) -> bool[src]
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[src]
This method tests for !=.
impl Eq for Abi[src]
impl Hash for Abi[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)[src]
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl Encodable for Abi[src]
impl Decodable for Abi[src]
impl Clone for Abi[src]
fn clone(&self) -> Abi[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for Abi[src]
impl Debug for Abi[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more