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

Trait Implementations

impl Default for ffi_cif
[src]

[src]

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

impl Debug for ffi_cif
[src]

[src]

Formats the value using the given formatter. Read more

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