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

Trait Implementations

impl Default for _ffi_type
[src]

[src]

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

impl Debug for _ffi_type
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _ffi_type
[src]

impl Clone for _ffi_type
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more