Struct libffi_sys::ffi_cif
[−]
[src]
#[repr(C)]pub struct ffi_cif { pub abi: ffi_abi, pub nargs: c_uint, pub arg_types: *mut *mut ffi_type, pub rtype: *mut ffi_type, pub bytes: c_uint, pub flags: c_uint, }
Fields
abi: ffi_abi
nargs: c_uint
arg_types: *mut *mut ffi_type
rtype: *mut ffi_type
bytes: c_uint
flags: c_uint
Trait Implementations
impl Debug for ffi_cif
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for ffi_cif
[src]
impl Clone for ffi_cif
[src]
fn clone(&self) -> ffi_cif
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more