Struct libffi_sys::ffi_raw [] [src]

#[repr(C)]
pub struct ffi_raw { pub sint: __BindgenUnionField<ffi_sarg>, pub uint: __BindgenUnionField<ffi_arg>, pub flt: __BindgenUnionField<f32>, pub data: __BindgenUnionField<[c_char; 8]>, pub ptr: __BindgenUnionField<*mut c_void>, pub bindgen_union_field: u64, }

Fields

Trait Implementations

impl Debug for ffi_raw
[src]

Formats the value using the given formatter.

impl Default for ffi_raw
[src]

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

impl Copy for ffi_raw
[src]

impl Clone for ffi_raw
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more