pub struct InsnGroup(/* private fields */);Expand description
A generic group that can be compared to any architecture specific group. This group may be equal to multiple groups from different architectures but not to multiple groups from the same architecture. This can also be converted into an architecture specific group for any architecture.
Implementations§
Trait Implementations§
impl Copy for InsnGroup
impl Eq for InsnGroup
impl StructuralPartialEq for InsnGroup
Auto Trait Implementations§
impl Freeze for InsnGroup
impl RefUnwindSafe for InsnGroup
impl Send for InsnGroup
impl Sync for InsnGroup
impl Unpin for InsnGroup
impl UnwindSafe for InsnGroup
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