Struct simics_api_sys::map_list
source · #[repr(C)]pub struct map_list {Show 14 fields
pub map_type: map_type_t,
pub object: *mut conf_object_t,
pub port: *const c_char,
pub interface_ptr: *const c_void,
pub target_interface: *const c_void,
pub breakpoint_interface: *const c_void,
pub breakpoint_query_interface: *const c_void,
pub bridge_interface: *const c_void,
pub target_object: *mut conf_object_t,
pub target_port: *const c_char,
pub bridge: *mut conf_object_t,
pub map_info: map_info_t,
pub map_size: physical_address_t,
pub deleted: c_int,
}
Expand description
Fields§
§map_type: map_type_t
§object: *mut conf_object_t
§port: *const c_char
§interface_ptr: *const c_void
§target_interface: *const c_void
§breakpoint_interface: *const c_void
§breakpoint_query_interface: *const c_void
§bridge_interface: *const c_void
§target_object: *mut conf_object_t
§target_port: *const c_char
§bridge: *mut conf_object_t
§map_info: map_info_t
§map_size: physical_address_t
not constant, use with caution
deleted: c_int
internal flag - should always be 0 !
Trait Implementations§
source§impl Ord for map_list
impl Ord for map_list
source§impl PartialOrd for map_list
impl PartialOrd for map_list
impl Copy for map_list
impl Eq for map_list
impl StructuralPartialEq for map_list
Auto Trait Implementations§
impl Freeze for map_list
impl RefUnwindSafe for map_list
impl !Send for map_list
impl !Sync for map_list
impl Unpin for map_list
impl UnwindSafe for map_list
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)