Struct capstone_sys::arm::arm_shift_pair
[−]
[src]
pub struct arm_shift_pair {
pub typ: arm_shifter,
pub value: c_uint,
}Fields
typ | |
value |
Trait Implementations
Derived Implementations
impl Clone for arm_shift_pair[src]
fn clone(&self) -> arm_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