#[repr(u32)]pub enum ram_operation_flags_t {
Sim_Ram_Op_Fetch = 1,
Sim_Ram_Op_Non_Coherent = 2,
}
Expand description
The
Both the ram and rom interfaces are Simics internal, and should not be used by user-defined classes.
The
The
The
The
The
The flags argument is a bitmask which modify the behavior
of
The
Variants§
Sim_Ram_Op_Fetch = 1
Read is an instruction fetch.
Sim_Ram_Op_Non_Coherent = 2
Operation should not cause atomic reservations to be lost.
Trait Implementations§
source§impl Clone for ram_operation_flags_t
impl Clone for ram_operation_flags_t
source§fn clone(&self) -> ram_operation_flags_t
fn clone(&self) -> ram_operation_flags_t
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ram_operation_flags_t
impl Debug for ram_operation_flags_t
source§impl Hash for ram_operation_flags_t
impl Hash for ram_operation_flags_t
source§impl Ord for ram_operation_flags_t
impl Ord for ram_operation_flags_t
source§fn cmp(&self, other: &ram_operation_flags_t) -> Ordering
fn cmp(&self, other: &ram_operation_flags_t) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for ram_operation_flags_t
impl PartialEq for ram_operation_flags_t
source§impl PartialOrd for ram_operation_flags_t
impl PartialOrd for ram_operation_flags_t
impl Copy for ram_operation_flags_t
impl Eq for ram_operation_flags_t
impl StructuralPartialEq for ram_operation_flags_t
Auto Trait Implementations§
impl Freeze for ram_operation_flags_t
impl RefUnwindSafe for ram_operation_flags_t
impl Send for ram_operation_flags_t
impl Sync for ram_operation_flags_t
impl Unpin for ram_operation_flags_t
impl UnwindSafe for ram_operation_flags_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
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)
clone_to_uninit
)