Struct simics_api_sys::bindings::translation_t
source · #[repr(C)]pub struct translation_t {
pub target: *const map_target_t,
pub base: physical_address_t,
pub start: physical_address_t,
pub size: physical_address_t,
pub flags: translation_flags_t,
}
Fields§
§target: *const map_target_t
target of translation
base: physical_address_t
base address of translated range
start: physical_address_t
start address in mapped object
size: physical_address_t
size of translated range
flags: translation_flags_t
Trait Implementations§
source§impl Clone for translation_t
impl Clone for translation_t
source§fn clone(&self) -> translation_t
fn clone(&self) -> translation_t
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 translation_t
impl Debug for translation_t
source§impl Default for translation_t
impl Default for translation_t
source§impl Hash for translation_t
impl Hash for translation_t
source§impl Ord for translation_t
impl Ord for translation_t
source§fn cmp(&self, other: &translation_t) -> Ordering
fn cmp(&self, other: &translation_t) -> 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 translation_t
impl PartialEq for translation_t
source§impl PartialOrd for translation_t
impl PartialOrd for translation_t
impl Copy for translation_t
impl Eq for translation_t
impl StructuralPartialEq for translation_t
Auto Trait Implementations§
impl Freeze for translation_t
impl RefUnwindSafe for translation_t
impl !Send for translation_t
impl !Sync for translation_t
impl Unpin for translation_t
impl UnwindSafe for translation_t
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
)