#[repr(u8)]pub enum RegSide {
Bottom = 0,
Top = 1,
}Expand description
Mnemonic suffix, specifies which half of a register to use as an operand
Variants§
Trait Implementations§
Source§impl FormatValue for RegSide
Available on crate feature arm and (crate features v5te or v5tej or v6 or v6k) only.
impl FormatValue for RegSide
Available on crate feature
arm and (crate features v5te or v5tej or v6 or v6k) only.Source§impl Ord for RegSide
impl Ord for RegSide
Source§impl PartialOrd for RegSide
impl PartialOrd for RegSide
impl Copy for RegSide
impl Eq for RegSide
impl StructuralPartialEq for RegSide
Auto Trait Implementations§
impl Freeze for RegSide
impl RefUnwindSafe for RegSide
impl Send for RegSide
impl Sync for RegSide
impl Unpin for RegSide
impl UnwindSafe for RegSide
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