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