Struct libffi_sys::ffi_raw_closure [] [src]

#[repr(C)]
pub struct ffi_raw_closure { pub tramp: [c_char; 24], pub cif: *mut ffi_cif, pub translate_args: Option<unsafe extern "C" fn(arg1: *mut ffi_cif, arg2: *mut c_void, arg3: *mut *mut c_void, arg4: *mut c_void)>, pub this_closure: *mut c_void, pub fun: Option<unsafe extern "C" fn(arg1: *mut ffi_cif, arg2: *mut c_void, arg3: *mut ffi_raw, arg4: *mut c_void)>, pub user_data: *mut c_void, }

Fields

Trait Implementations

impl Debug for ffi_raw_closure
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ffi_raw_closure
[src]

impl Clone for ffi_raw_closure
[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_closure
[src]

[src]

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