Type Alias simics_api_sys::tcf_channel_interface_t
source · pub type tcf_channel_interface_t = tcf_channel_interface;
Aliased Type§
struct tcf_channel_interface_t {
pub start_channel: Option<unsafe extern "C" fn(_: *mut conf_object, _: *const i8) -> attr_value>,
}
Fields§
§start_channel: Option<unsafe extern "C" fn(_: *mut conf_object, _: *const i8) -> attr_value>