Struct capstone_sys::cs_arm64_op__bindgen_ty_1
source · #[repr(C)]pub struct cs_arm64_op__bindgen_ty_1 {
pub type_: arm64_shifter,
pub value: c_uint,
}
Fields§
§type_: arm64_shifter
< shifter type of this operand
value: c_uint
< shifter value of this operand
Trait Implementations§
source§impl Clone for cs_arm64_op__bindgen_ty_1
impl Clone for cs_arm64_op__bindgen_ty_1
source§impl Debug for cs_arm64_op__bindgen_ty_1
impl Debug for cs_arm64_op__bindgen_ty_1
impl Copy for cs_arm64_op__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for cs_arm64_op__bindgen_ty_1
impl Send for cs_arm64_op__bindgen_ty_1
impl Sync for cs_arm64_op__bindgen_ty_1
impl Unpin for cs_arm64_op__bindgen_ty_1
impl UnwindSafe for cs_arm64_op__bindgen_ty_1
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more