Union libffi_sys::ffi_raw [] [src]

#[repr(C)]
pub union ffi_raw { pub sint: ffi_sarg, pub uint: ffi_arg, pub flt: f32, pub data: [c_char; 8], pub ptr: *mut c_void, // some fields omitted }

Fields

sint: ffi_sarg uint: ffi_arg flt: f32 data: [c_char; 8] ptr: *mut c_void

Trait Implementations

impl Copy for ffi_raw
[src]

impl Clone for ffi_raw
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for ffi_raw
[src]

[src]

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