Enum simics_api_sys::data_or_instr_t
source · #[repr(u32)]pub enum data_or_instr_t {
Sim_DI_Instruction = 0,
Sim_DI_Data = 1,
}
Expand description
Variants§
Trait Implementations§
source§impl Clone for data_or_instr_t
impl Clone for data_or_instr_t
source§fn clone(&self) -> data_or_instr_t
fn clone(&self) -> data_or_instr_t
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 data_or_instr_t
impl Debug for data_or_instr_t
source§impl Hash for data_or_instr_t
impl Hash for data_or_instr_t
source§impl Ord for data_or_instr_t
impl Ord for data_or_instr_t
source§fn cmp(&self, other: &data_or_instr_t) -> Ordering
fn cmp(&self, other: &data_or_instr_t) -> 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 data_or_instr_t
impl PartialEq for data_or_instr_t
source§impl PartialOrd for data_or_instr_t
impl PartialOrd for data_or_instr_t
impl Copy for data_or_instr_t
impl Eq for data_or_instr_t
impl StructuralPartialEq for data_or_instr_t
Auto Trait Implementations§
impl Freeze for data_or_instr_t
impl RefUnwindSafe for data_or_instr_t
impl Send for data_or_instr_t
impl Sync for data_or_instr_t
impl Unpin for data_or_instr_t
impl UnwindSafe for data_or_instr_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
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
)