Struct capstone_sys::cs_arm_op[][src]

#[repr(C)]
pub struct cs_arm_op { pub vector_index: c_int, pub shift: cs_arm_op__bindgen_ty_1, pub type_: arm_op_type, pub __bindgen_anon_1: cs_arm_op__bindgen_ty_2, pub subtracted: bool, }

Fields

Trait Implementations

impl Copy for cs_arm_op
[src]

impl Clone for cs_arm_op
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for cs_arm_op
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for cs_arm_op

impl Sync for cs_arm_op