Struct simics_api_sys::mips_memory_transaction
source · #[repr(C)]pub struct mips_memory_transaction {
pub s: generic_transaction_t,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 7],
}
Expand description
Fields§
§s: generic_transaction_t
generic transaction
_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§__bindgen_padding_0: [u8; 7]
Implementations§
source§impl mips_memory_transaction
impl mips_memory_transaction
pub fn cache_coherency(&self) -> c_uint
pub fn set_cache_coherency(&mut self, val: c_uint)
pub fn new_bitfield_1(cache_coherency: c_uint) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for mips_memory_transaction
impl Clone for mips_memory_transaction
source§fn clone(&self) -> mips_memory_transaction
fn clone(&self) -> mips_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 mips_memory_transaction
impl Debug for mips_memory_transaction
source§impl Default for mips_memory_transaction
impl Default for mips_memory_transaction
source§impl Hash for mips_memory_transaction
impl Hash for mips_memory_transaction
source§impl Ord for mips_memory_transaction
impl Ord for mips_memory_transaction
source§fn cmp(&self, other: &mips_memory_transaction) -> Ordering
fn cmp(&self, other: &mips_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 mips_memory_transaction
impl PartialEq for mips_memory_transaction
source§impl PartialOrd for mips_memory_transaction
impl PartialOrd for mips_memory_transaction
impl Copy for mips_memory_transaction
impl Eq for mips_memory_transaction
impl StructuralPartialEq for mips_memory_transaction
Auto Trait Implementations§
impl Freeze for mips_memory_transaction
impl RefUnwindSafe for mips_memory_transaction
impl !Send for mips_memory_transaction
impl !Sync for mips_memory_transaction
impl Unpin for mips_memory_transaction
impl UnwindSafe for mips_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
)