Struct libffi::low::ffi_type []

#[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

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

impl Copy for _ffi_type

impl Clone for _ffi_type

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _ffi_type

Formats the value using the given formatter.