Enum libffi_sys::ffi_abi
[−]
[src]
#[repr(u32)]pub enum ffi_abi { FFI_FIRST_ABI, FFI_SYSV, FFI_UNIX64, FFI_THISCALL, FFI_FASTCALL, FFI_STDCALL, FFI_PASCAL, FFI_REGISTER, FFI_LAST_ABI, }
Variants
FFI_FIRST_ABIFFI_SYSVFFI_UNIX64FFI_THISCALLFFI_FASTCALLFFI_STDCALLFFI_PASCALFFI_REGISTERFFI_LAST_ABITrait Implementations
impl Debug for ffi_abi[src]
impl Copy for ffi_abi[src]
impl Clone for ffi_abi[src]
fn clone(&self) -> ffi_abi
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 PartialEq for ffi_abi[src]
fn eq(&self, __arg_0: &ffi_abi) -> 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 !=.