Type Alias simics_api_sys::instruction_fetch_interface_t
source · pub type instruction_fetch_interface_t = instruction_fetch_interface;
Aliased Type§
struct instruction_fetch_interface_t {
pub get_mode: Option<unsafe extern "C" fn(_: *mut conf_object) -> instruction_fetch_mode_t>,
pub set_mode: Option<unsafe extern "C" fn(_: *mut conf_object, _: instruction_fetch_mode_t)>,
pub get_line_size: Option<unsafe extern "C" fn(_: *mut conf_object) -> i32>,
pub set_line_size: Option<unsafe extern "C" fn(_: *mut conf_object, _: i32)>,
}
Fields§
§get_mode: Option<unsafe extern "C" fn(_: *mut conf_object) -> instruction_fetch_mode_t>
§set_mode: Option<unsafe extern "C" fn(_: *mut conf_object, _: instruction_fetch_mode_t)>
§get_line_size: Option<unsafe extern "C" fn(_: *mut conf_object) -> i32>
§set_line_size: Option<unsafe extern "C" fn(_: *mut conf_object, _: i32)>