Struct capstone_sys::cs_riscv_op
source · #[repr(C)]pub struct cs_riscv_op {
pub type_: riscv_op_type,
pub __bindgen_anon_1: cs_riscv_op__bindgen_ty_1,
}
Fields§
§type_: riscv_op_type
§__bindgen_anon_1: cs_riscv_op__bindgen_ty_1
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for cs_riscv_op
impl Send for cs_riscv_op
impl Sync for cs_riscv_op
impl Unpin for cs_riscv_op
impl UnwindSafe for cs_riscv_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