Enum libffi_sys::ffi_type_enum
[−]
[src]
#[repr(u32)]pub enum ffi_type_enum { STRUCT, COMPLEX, }
Variants
STRUCTCOMPLEXTrait Implementations
impl Debug for ffi_type_enum[src]
impl Copy for ffi_type_enum[src]
impl Clone for ffi_type_enum[src]
fn clone(&self) -> ffi_type_enum
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_type_enum[src]
fn eq(&self, __arg_0: &ffi_type_enum) -> 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 !=.