#[repr(transparent)]pub struct InsnGroupId(pub InsnGroupIdInt);
Expand description
Represents the group an instruction belongs to, which may be architecture-specific.
To translate to a human-readable name, see Capstone::group_name()
.
Tuple Fields§
§0: InsnGroupIdInt
Trait Implementations§
Source§impl Clone for InsnGroupId
impl Clone for InsnGroupId
Source§fn clone(&self) -> InsnGroupId
fn clone(&self) -> InsnGroupId
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 InsnGroupId
impl Debug for InsnGroupId
Source§impl Hash for InsnGroupId
impl Hash for InsnGroupId
Source§impl Ord for InsnGroupId
impl Ord for InsnGroupId
Source§fn cmp(&self, other: &InsnGroupId) -> Ordering
fn cmp(&self, other: &InsnGroupId) -> 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 InsnGroupId
impl PartialEq for InsnGroupId
Source§impl PartialOrd for InsnGroupId
impl PartialOrd for InsnGroupId
impl Copy for InsnGroupId
impl Eq for InsnGroupId
impl StructuralPartialEq for InsnGroupId
Auto Trait Implementations§
impl Freeze for InsnGroupId
impl RefUnwindSafe for InsnGroupId
impl Send for InsnGroupId
impl Sync for InsnGroupId
impl Unpin for InsnGroupId
impl UnwindSafe for InsnGroupId
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