Struct libffi::low::ffi_type
[−]
[src]
#[repr(C)]pub struct ffi_type { pub size: usize, pub alignment: u16, pub type_: u16, pub elements: *mut *mut _ffi_type, }
Fields
size: usize
alignment: u16
type_: u16
elements: *mut *mut _ffi_type
Trait Implementations
impl Default for _ffi_type
[src]
impl Debug for _ffi_type
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more