func_t

Type Alias func_t 

Source
pub type func_t = func_s;

Aliased Type§

#[repr(C)]
pub struct func_t { pub ptr: [*mut c_void; 4], }

Fields§

§ptr: [*mut c_void; 4]