Struct capstone_sys::cs_arm64_op__bindgen_ty_1[][src]

#[repr(C)]
pub struct cs_arm64_op__bindgen_ty_1 { pub type_: arm64_shifter, pub value: c_uint, }

Fields

Trait Implementations

impl Debug for cs_arm64_op__bindgen_ty_1
[src]

Formats the value using the given formatter. Read more

impl Copy for cs_arm64_op__bindgen_ty_1
[src]

impl Clone for cs_arm64_op__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations