Struct simics_api_sys::bindings::io_memory_interface
source · #[repr(C)]pub struct io_memory_interface {
pub _deprecated_map: Option<unsafe extern "C" fn(obj: *mut conf_object_t, memory_or_io: addr_space_t, map_info: map_info_t) -> c_int>,
pub operation: Option<unsafe extern "C" fn(obj: *mut conf_object_t, mem_op: *mut generic_transaction_t, map_info: map_info_t) -> exception_type_t>,
}
Fields§
§_deprecated_map: Option<unsafe extern "C" fn(obj: *mut conf_object_t, memory_or_io: addr_space_t, map_info: map_info_t) -> c_int>
§operation: Option<unsafe extern "C" fn(obj: *mut conf_object_t, mem_op: *mut generic_transaction_t, map_info: map_info_t) -> exception_type_t>
Trait Implementations§
source§impl Clone for io_memory_interface
impl Clone for io_memory_interface
source§fn clone(&self) -> io_memory_interface
fn clone(&self) -> io_memory_interface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for io_memory_interface
impl Debug for io_memory_interface
source§impl Default for io_memory_interface
impl Default for io_memory_interface
source§fn default() -> io_memory_interface
fn default() -> io_memory_interface
Returns the “default value” for a type. Read more
source§impl Hash for io_memory_interface
impl Hash for io_memory_interface
source§impl Ord for io_memory_interface
impl Ord for io_memory_interface
source§fn cmp(&self, other: &io_memory_interface) -> Ordering
fn cmp(&self, other: &io_memory_interface) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for io_memory_interface
impl PartialEq for io_memory_interface
source§impl PartialOrd for io_memory_interface
impl PartialOrd for io_memory_interface
impl Copy for io_memory_interface
impl Eq for io_memory_interface
impl StructuralPartialEq for io_memory_interface
Auto Trait Implementations§
impl Freeze for io_memory_interface
impl RefUnwindSafe for io_memory_interface
impl Send for io_memory_interface
impl Sync for io_memory_interface
impl Unpin for io_memory_interface
impl UnwindSafe for io_memory_interface
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
)