Struct simics_api_sys::nios_memory_transaction
source · #[repr(C)]pub struct nios_memory_transaction {
pub s: generic_transaction_t,
}
Expand description
Fields§
§s: generic_transaction_t
generic transaction
Trait Implementations§
source§impl Clone for nios_memory_transaction
impl Clone for nios_memory_transaction
source§fn clone(&self) -> nios_memory_transaction
fn clone(&self) -> nios_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 nios_memory_transaction
impl Debug for nios_memory_transaction
source§impl Default for nios_memory_transaction
impl Default for nios_memory_transaction
source§impl Hash for nios_memory_transaction
impl Hash for nios_memory_transaction
source§impl Ord for nios_memory_transaction
impl Ord for nios_memory_transaction
source§fn cmp(&self, other: &nios_memory_transaction) -> Ordering
fn cmp(&self, other: &nios_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 nios_memory_transaction
impl PartialEq for nios_memory_transaction
source§impl PartialOrd for nios_memory_transaction
impl PartialOrd for nios_memory_transaction
impl Copy for nios_memory_transaction
impl Eq for nios_memory_transaction
impl StructuralPartialEq for nios_memory_transaction
Auto Trait Implementations§
impl Freeze for nios_memory_transaction
impl RefUnwindSafe for nios_memory_transaction
impl !Send for nios_memory_transaction
impl !Sync for nios_memory_transaction
impl Unpin for nios_memory_transaction
impl UnwindSafe for nios_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
)