Struct capstone_sys::cs_riscv
source · #[repr(C)]pub struct cs_riscv {
pub need_effective_addr: bool,
pub op_count: u8,
pub operands: [cs_riscv_op; 8],
}
Fields§
§need_effective_addr: bool
§op_count: u8
§operands: [cs_riscv_op; 8]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for cs_riscv
impl Send for cs_riscv
impl Sync for cs_riscv
impl Unpin for cs_riscv
impl UnwindSafe for cs_riscv
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