Struct capstone_sys::cs_ac_type [−][src]
#[repr(C)]pub struct cs_ac_type(pub u32);
Expand description
Common instruction operand access types - to be consistent across all architectures. It is possible to combine access types, for example: CS_AC_READ | CS_AC_WRITE
Trait Implementations
Performs the &=
operation. Read more
Performs the |=
operation. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.