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

Trait Implementations

impl Debug for ffi_abi
[src]

Formats the value using the given formatter.

impl Copy for ffi_abi
[src]

impl Clone for ffi_abi
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ffi_abi
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ffi_abi
[src]

impl Hash for ffi_abi
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.