Enum PairAMode
pub enum PairAMode {
SignedOffset {
reg: Reg,
simm7: SImm7Scaled,
},
SPPreIndexed {
simm7: SImm7Scaled,
},
SPPostIndexed {
simm7: SImm7Scaled,
},
}
Expand description
Internal type PairAMode: defined at src/isa/aarch64/inst.isle line 1242.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PairAMode
impl RefUnwindSafe for PairAMode
impl Send for PairAMode
impl Sync for PairAMode
impl Unpin for PairAMode
impl UnwindSafe for PairAMode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)