Enum capstone_sys::arm_cpsmode_type
[−]
[src]
#[repr(u32)]pub enum arm_cpsmode_type { ARM_CPSMODE_INVALID, ARM_CPSMODE_IE, ARM_CPSMODE_ID, }
Variants
ARM_CPSMODE_INVALIDARM_CPSMODE_IEARM_CPSMODE_ID
Trait Implementations
impl Debug for arm_cpsmode_type[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for arm_cpsmode_type[src]
impl Clone for arm_cpsmode_type[src]
fn clone(&self) -> arm_cpsmode_type[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_cpsmode_type[src]
fn eq(&self, __arg_0: &arm_cpsmode_type) -> 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 !=.