Skip to main content

RawSystfData

Type Alias RawSystfData 

Source
pub type RawSystfData = s_vpi_systf_data;
Expand description

Raw VPI registration record type.

Aliased Type§

#[repr(C)]
pub struct RawSystfData { pub type_: i32, pub sysfunctype: i32, pub tfname: *mut i8, pub calltf: Option<unsafe extern "C" fn(*mut i8) -> i32>, pub compiletf: Option<unsafe extern "C" fn(*mut i8) -> i32>, pub sizetf: Option<unsafe extern "C" fn(*mut i8) -> i32>, pub user_data: *mut i8, }

Fields§

§type_: i32§sysfunctype: i32§tfname: *mut i8§calltf: Option<unsafe extern "C" fn(*mut i8) -> i32>§compiletf: Option<unsafe extern "C" fn(*mut i8) -> i32>§sizetf: Option<unsafe extern "C" fn(*mut i8) -> i32>§user_data: *mut i8