Struct libffi::low::ffi_cif []

#[repr(C)]
pub struct ffi_cif { pub abi: ffi_abi, pub nargs: u32, pub arg_types: *mut *mut _ffi_type, pub rtype: *mut _ffi_type, pub bytes: u32, pub flags: u32, }

Fields

Trait Implementations

impl Copy for ffi_cif

impl Default for ffi_cif

Returns the "default value" for a type. Read more

impl Debug for ffi_cif

Formats the value using the given formatter.

impl Clone for ffi_cif

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more