Enum capstone_sys::arm_shifter
source · [−]#[repr(u32)]
pub enum arm_shifter {
ARM_SFT_INVALID,
ARM_SFT_ASR,
ARM_SFT_LSL,
ARM_SFT_LSR,
ARM_SFT_ROR,
ARM_SFT_RRX,
ARM_SFT_ASR_REG,
ARM_SFT_LSL_REG,
ARM_SFT_LSR_REG,
ARM_SFT_ROR_REG,
ARM_SFT_RRX_REG,
}Expand description
ARM shift type
Variants
ARM_SFT_INVALID
ARM_SFT_ASR
< shift with immediate const
ARM_SFT_LSL
< shift with immediate const
ARM_SFT_LSR
< shift with immediate const
ARM_SFT_ROR
< shift with immediate const
ARM_SFT_RRX
< shift with immediate const
ARM_SFT_ASR_REG
< shift with register
ARM_SFT_LSL_REG
< shift with register
ARM_SFT_LSR_REG
< shift with register
ARM_SFT_ROR_REG
< shift with register
ARM_SFT_RRX_REG
< shift with register
Trait Implementations
sourceimpl Clone for arm_shifter
impl Clone for arm_shifter
sourcefn clone(&self) -> arm_shifter
fn clone(&self) -> arm_shifter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for arm_shifter
impl Debug for arm_shifter
sourceimpl Hash for arm_shifter
impl Hash for arm_shifter
sourceimpl PartialEq<arm_shifter> for arm_shifter
impl PartialEq<arm_shifter> for arm_shifter
impl Copy for arm_shifter
impl Eq for arm_shifter
impl StructuralEq for arm_shifter
impl StructuralPartialEq for arm_shifter
Auto Trait Implementations
impl RefUnwindSafe for arm_shifter
impl Send for arm_shifter
impl Sync for arm_shifter
impl Unpin for arm_shifter
impl UnwindSafe for arm_shifter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more