#[repr(u32)]pub enum RegGroup {
Gp = 0,
Vec = 1,
Mask = 2,
ExtraVirt3 = 3,
PC = 4,
X86SReg = 5,
X86CReg = 6,
X86DReg = 7,
X86St = 8,
X86Bnd = 9,
X86Tmm = 10,
}Variants§
Gp = 0
Vec = 1
Mask = 2
ExtraVirt3 = 3
PC = 4
X86SReg = 5
X86CReg = 6
X86DReg = 7
X86St = 8
X86Bnd = 9
X86Tmm = 10
Implementations§
Trait Implementations§
impl Copy for RegGroup
impl Eq for RegGroup
Source§impl Ord for RegGroup
impl Ord for RegGroup
1.21.0 (const: unstable) · 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 PartialOrd for RegGroup
impl PartialOrd for RegGroup
impl StructuralPartialEq for RegGroup
Auto Trait Implementations§
impl Freeze for RegGroup
impl RefUnwindSafe for RegGroup
impl Send for RegGroup
impl Sync for RegGroup
impl Unpin for RegGroup
impl UnsafeUnpin for RegGroup
impl UnwindSafe for RegGroup
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