pub struct InsnId(pub InsnIdInt);
Expand description
Represents an instruction id, which may be architecture-specific.
To translate to a human-readable name, see Capstone::insn_name()
.
Tuple Fields§
§0: InsnIdInt
Trait Implementations§
Source§impl Ord for InsnId
impl Ord for InsnId
Source§impl PartialOrd for InsnId
impl PartialOrd for InsnId
impl Copy for InsnId
impl Eq for InsnId
impl StructuralPartialEq for InsnId
Auto Trait Implementations§
impl Freeze for InsnId
impl RefUnwindSafe for InsnId
impl Send for InsnId
impl Sync for InsnId
impl Unpin for InsnId
impl UnwindSafe for InsnId
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