#[repr(C)]pub struct cs_sh_op {
pub type_: sh_op_type,
pub __bindgen_anon_1: cs_sh_op__bindgen_ty_1,
}Expand description
Instruction operand
Fields§
§type_: sh_op_type§__bindgen_anon_1: cs_sh_op__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for cs_sh_op
impl RefUnwindSafe for cs_sh_op
impl Send for cs_sh_op
impl Sync for cs_sh_op
impl Unpin for cs_sh_op
impl UnwindSafe for cs_sh_op
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