Enum simics_api_sys::_bindgen_ty_16
source · #[repr(u32)]pub enum _bindgen_ty_16 {
Sim_Trn_Instr = 1,
Sim_Trn_Write = 2,
Sim_Trn_Control = 4,
Sim_Trn_Prefetch = 8,
}
Expand description
Bits in memory transaction types
Variants§
Sim_Trn_Instr = 1
Sim_Trn_Write = 2
Sim_Trn_Control = 4
Not a memory transaction. Signifies that this is not an exchange of data between CPU and memory.
Sim_Trn_Prefetch = 8
no defined semantics really, may go away
Trait Implementations§
source§impl Clone for _bindgen_ty_16
impl Clone for _bindgen_ty_16
source§fn clone(&self) -> _bindgen_ty_16
fn clone(&self) -> _bindgen_ty_16
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 _bindgen_ty_16
impl Debug for _bindgen_ty_16
source§impl Hash for _bindgen_ty_16
impl Hash for _bindgen_ty_16
source§impl Ord for _bindgen_ty_16
impl Ord for _bindgen_ty_16
source§fn cmp(&self, other: &_bindgen_ty_16) -> Ordering
fn cmp(&self, other: &_bindgen_ty_16) -> 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 _bindgen_ty_16
impl PartialEq for _bindgen_ty_16
source§impl PartialOrd for _bindgen_ty_16
impl PartialOrd for _bindgen_ty_16
impl Copy for _bindgen_ty_16
impl Eq for _bindgen_ty_16
impl StructuralPartialEq for _bindgen_ty_16
Auto Trait Implementations§
impl Freeze for _bindgen_ty_16
impl RefUnwindSafe for _bindgen_ty_16
impl Send for _bindgen_ty_16
impl Sync for _bindgen_ty_16
impl Unpin for _bindgen_ty_16
impl UnwindSafe for _bindgen_ty_16
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
)