#[repr(transparent)]pub struct RegId(pub RegIdInt);
Expand description
Represents an register id, which is architecture-specific.
To translate to a human-readable name, see Capstone::reg_name()
.
Tuple Fields§
§0: RegIdInt
Implementations§
Source§impl RegId
impl RegId
Sourcepub const INVALID_REG: Self
pub const INVALID_REG: Self
Invalid Register
Trait Implementations§
Source§impl Ord for RegId
impl Ord for RegId
Source§impl PartialOrd for RegId
impl PartialOrd for RegId
impl Copy for RegId
impl Eq for RegId
impl StructuralPartialEq for RegId
Auto Trait Implementations§
impl Freeze for RegId
impl RefUnwindSafe for RegId
impl Send for RegId
impl Sync for RegId
impl Unpin for RegId
impl UnwindSafe for RegId
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