Enum libffi::low::ffi_status []

#[repr(u32)]
pub enum ffi_status { FFI_OK, FFI_BAD_TYPEDEF, FFI_BAD_ABI, }

Variants

Trait Implementations

impl PartialEq<ffi_status> for ffi_status

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_status

impl Hash for ffi_status

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

Feeds a slice of this type into the state provided.

impl Copy for ffi_status

impl Clone for ffi_status

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ffi_status

Formats the value using the given formatter.