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

Trait Implementations

impl Debug for arm_shifter
[src]

Formats the value using the given formatter. Read more

impl Copy for arm_shifter
[src]

impl Clone for arm_shifter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for arm_shifter
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for arm_shifter
[src]

impl Hash for arm_shifter
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for arm_shifter

impl Sync for arm_shifter