Type Alias simics_api_sys::slave_agent_interface_t

source ·
pub type slave_agent_interface_t = slave_agent_interface;

Aliased Type§

struct slave_agent_interface_t {
    pub accept: Option<unsafe extern "C" fn(_: *mut conf_object, _: bytes_t)>,
    pub accept_async: Option<unsafe extern "C" fn(_: *mut conf_object, _: bytes_t)>,
}

Fields§

§accept: Option<unsafe extern "C" fn(_: *mut conf_object, _: bytes_t)>§accept_async: Option<unsafe extern "C" fn(_: *mut conf_object, _: bytes_t)>