Union libcapstone_sys::cs_arm_op__bindgen_ty_2 [] [src]

#[repr(C)]
pub union cs_arm_op__bindgen_ty_2 { pub reg: c_uint, pub imm: i32, pub fp: f64, pub mem: arm_op_mem, pub setend: arm_setend_type, }

Fields

reg: c_uint imm: i32 fp: f64 mem: arm_op_mem setend: arm_setend_type

Trait Implementations

impl Copy for cs_arm_op__bindgen_ty_2
[src]

impl Clone for cs_arm_op__bindgen_ty_2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations