Type Alias simics_api_sys::bindings::follower_agent_interface_t
source · pub type follower_agent_interface_t = follower_agent_interface;
Aliased Type§
struct follower_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)>