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: u8operands: [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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more