Enum simics_api_sys::bindings::reg_role_t
source · #[repr(u32)]pub enum reg_role_t {
Reg_Role_None = 0,
Reg_Role_Program_Counter = 1,
}
Expand description
Variants§
Reg_Role_None = 0
No special role for the register.
Reg_Role_Program_Counter = 1
The register is the program counter.
Trait Implementations§
source§impl Clone for reg_role_t
impl Clone for reg_role_t
source§fn clone(&self) -> reg_role_t
fn clone(&self) -> reg_role_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 reg_role_t
impl Debug for reg_role_t
source§impl Hash for reg_role_t
impl Hash for reg_role_t
source§impl Ord for reg_role_t
impl Ord for reg_role_t
source§fn cmp(&self, other: ®_role_t) -> Ordering
fn cmp(&self, other: ®_role_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 reg_role_t
impl PartialEq for reg_role_t
source§impl PartialOrd for reg_role_t
impl PartialOrd for reg_role_t
impl Copy for reg_role_t
impl Eq for reg_role_t
impl StructuralPartialEq for reg_role_t
Auto Trait Implementations§
impl Freeze for reg_role_t
impl RefUnwindSafe for reg_role_t
impl Send for reg_role_t
impl Sync for reg_role_t
impl Unpin for reg_role_t
impl UnwindSafe for reg_role_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
)