Struct libffi_sys::_ffi_type [] [src]

#[repr(C)]
pub struct _ffi_type { pub size: usize, pub alignment: c_ushort, pub type_: c_ushort, pub elements: *mut *mut _ffi_type, }

Fields

Trait Implementations

impl Debug for _ffi_type
[src]

Formats the value using the given formatter.

impl Copy for _ffi_type
[src]

impl Clone for _ffi_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for _ffi_type
[src]

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