Enum capstone_sys::sysz_op_type
[−]
[src]
#[repr(u32)]pub enum sysz_op_type { SYSZ_OP_INVALID, SYSZ_OP_REG, SYSZ_OP_IMM, SYSZ_OP_MEM, SYSZ_OP_ACREG, }
Variants
SYSZ_OP_INVALIDSYSZ_OP_REGSYSZ_OP_IMMSYSZ_OP_MEMSYSZ_OP_ACREG
Trait Implementations
impl Debug for sysz_op_type[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for sysz_op_type[src]
impl Clone for sysz_op_type[src]
fn clone(&self) -> sysz_op_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 sysz_op_type[src]
fn eq(&self, __arg_0: &sysz_op_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 !=.