Enum libffi_sys::ffi_status
[−]
[src]
#[repr(u32)]pub enum ffi_status { FFI_OK, FFI_BAD_TYPEDEF, FFI_BAD_ABI, }
Variants
FFI_OKFFI_BAD_TYPEDEFFFI_BAD_ABITrait Implementations
impl Debug for ffi_status[src]
impl Copy for ffi_status[src]
impl Clone for ffi_status[src]
fn clone(&self) -> ffi_status
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_status[src]
fn eq(&self, __arg_0: &ffi_status) -> 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 !=.