Struct libffi::low::ffi_cif
[−]
[src]
#[repr(C)]pub struct ffi_cif { pub abi: u32, pub nargs: u32, pub arg_types: *mut *mut _ffi_type, pub rtype: *mut _ffi_type, pub bytes: u32, pub flags: u32, }
Fields
abi: u32
nargs: u32
arg_types: *mut *mut _ffi_type
rtype: *mut _ffi_type
bytes: u32
flags: u32
Trait Implementations
impl Default for ffi_cif
[src]
impl Debug for ffi_cif
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more