Struct simics_api_sys::bindings::ppc_memory_transaction
source · #[repr(C)]pub struct ppc_memory_transaction {
pub s: generic_transaction_t,
pub mode: processor_mode_t,
pub instr_origin: ppc_mem_instr_origin_t,
pub ea_origin: logical_address_t,
pub wimg: uint8,
pub alignment: uint8,
pub inhibit_exception: uint8,
pub external_pid: uint8,
pub decoration: ppc_decoration_t,
}
Expand description
Fields§
§s: generic_transaction_t
generic transaction
mode: processor_mode_t
§instr_origin: ppc_mem_instr_origin_t
§ea_origin: logical_address_t
§wimg: uint8
§alignment: uint8
§inhibit_exception: uint8
cache operations may flag this to cause prefetches to be no-ops
external_pid: uint8
External PID
decoration: ppc_decoration_t
Decorated storage
Trait Implementations§
source§impl Clone for ppc_memory_transaction
impl Clone for ppc_memory_transaction
source§fn clone(&self) -> ppc_memory_transaction
fn clone(&self) -> ppc_memory_transaction
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 ppc_memory_transaction
impl Debug for ppc_memory_transaction
source§impl Default for ppc_memory_transaction
impl Default for ppc_memory_transaction
source§impl Hash for ppc_memory_transaction
impl Hash for ppc_memory_transaction
source§impl Ord for ppc_memory_transaction
impl Ord for ppc_memory_transaction
source§fn cmp(&self, other: &ppc_memory_transaction) -> Ordering
fn cmp(&self, other: &ppc_memory_transaction) -> 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 ppc_memory_transaction
impl PartialEq for ppc_memory_transaction
source§impl PartialOrd for ppc_memory_transaction
impl PartialOrd for ppc_memory_transaction
impl Copy for ppc_memory_transaction
impl Eq for ppc_memory_transaction
impl StructuralPartialEq for ppc_memory_transaction
Auto Trait Implementations§
impl Freeze for ppc_memory_transaction
impl RefUnwindSafe for ppc_memory_transaction
impl !Send for ppc_memory_transaction
impl !Sync for ppc_memory_transaction
impl Unpin for ppc_memory_transaction
impl UnwindSafe for ppc_memory_transaction
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
)