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

Trait Implementations

impl Debug for ffi_cif
[src]

[src]

Formats the value using the given formatter.

impl Copy for ffi_cif
[src]

impl Clone for ffi_cif
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for ffi_cif
[src]

[src]

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