Struct capstone_sys::arm64::arm64_shift_pair [] [src]

pub struct arm64_shift_pair {
    pub typ: arm64_shifter,
    pub value: c_uint,
}

Fields

typ
value

Trait Implementations

Derived Implementations

impl Clone for arm64_shift_pair
[src]

fn clone(&self) -> arm64_shift_pair

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for arm64_shift_pair
[src]