Enum capstone_sys::arm_shifter
[−]
[src]
#[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, }
Variants
ARM_SFT_INVALIDARM_SFT_ASRARM_SFT_LSLARM_SFT_LSRARM_SFT_RORARM_SFT_RRXARM_SFT_ASR_REGARM_SFT_LSL_REGARM_SFT_LSR_REGARM_SFT_ROR_REGARM_SFT_RRX_REG
Trait Implementations
impl Debug for arm_shifter[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for arm_shifter[src]
impl Clone for arm_shifter[src]
fn clone(&self) -> arm_shifter[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for arm_shifter[src]
fn eq(&self, __arg_0: &arm_shifter) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.