Struct capstone_sys::cs_wasm
source · #[repr(C)]pub struct cs_wasm {
pub op_count: u8,
pub operands: [cs_wasm_op; 2],
}
Expand description
Instruction structure
Fields§
§op_count: u8
§operands: [cs_wasm_op; 2]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for cs_wasm
impl Send for cs_wasm
impl Sync for cs_wasm
impl Unpin for cs_wasm
impl UnwindSafe for cs_wasm
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