Type Alias simics_api_sys::bindings::opcode_info_interface_t

source ·
pub type opcode_info_interface_t = opcode_info_interface;

Aliased Type§

struct opcode_info_interface_t {
    pub get_opcode_length_info: Option<unsafe extern "C" fn(_: *mut conf_object) -> opcode_length_info_t>,
}

Fields§

§get_opcode_length_info: Option<unsafe extern "C" fn(_: *mut conf_object) -> opcode_length_info_t>