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
size: usize
alignment: c_ushort
type_: c_ushort
elements: *mut *mut _ffi_type
Trait Implementations
impl Debug for _ffi_type
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for _ffi_type
[src]
impl Clone for _ffi_type
[src]
fn clone(&self) -> _ffi_type
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more