#[repr(C)]pub struct cs_sh {
pub insn: sh_insn,
pub size: u8,
pub op_count: u8,
pub operands: [cs_sh_op; 3],
}Expand description
Instruction structure
Fields§
§insn: sh_insn§size: u8§op_count: u8§operands: [cs_sh_op; 3]Trait Implementations§
Auto Trait Implementations§
impl Freeze for cs_sh
impl RefUnwindSafe for cs_sh
impl Send for cs_sh
impl Sync for cs_sh
impl Unpin for cs_sh
impl UnwindSafe for cs_sh
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