Union capstone_sys::cs_arm64_op__bindgen_ty_2 [] [src]

#[repr(C)]
pub union cs_arm64_op__bindgen_ty_2 { pub reg: c_uint, pub imm: i64, pub fp: f64, pub mem: arm64_op_mem, pub pstate: arm64_pstate, pub sys: c_uint, pub prefetch: arm64_prefetch_op, pub barrier: arm64_barrier_op, // some fields omitted }

Fields

reg: c_uint imm: i64 fp: f64 mem: arm64_op_mem pstate: arm64_pstate sys: c_uint prefetch: arm64_prefetch_op barrier: arm64_barrier_op

Trait Implementations

impl Copy for cs_arm64_op__bindgen_ty_2
[src]

impl Clone for cs_arm64_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

impl Debug for cs_arm64_op__bindgen_ty_2
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations