Enum capstone_sys::wasm_op_type
source · [−]#[repr(u32)]
pub enum wasm_op_type {
WASM_OP_INVALID,
WASM_OP_NONE,
WASM_OP_INT7,
WASM_OP_VARUINT32,
WASM_OP_VARUINT64,
WASM_OP_UINT32,
WASM_OP_UINT64,
WASM_OP_IMM,
WASM_OP_BRTABLE,
}Variants
WASM_OP_INVALID
WASM_OP_NONE
WASM_OP_INT7
WASM_OP_VARUINT32
WASM_OP_VARUINT64
WASM_OP_UINT32
WASM_OP_UINT64
WASM_OP_IMM
WASM_OP_BRTABLE
Trait Implementations
sourceimpl Clone for wasm_op_type
impl Clone for wasm_op_type
sourcefn clone(&self) -> wasm_op_type
fn clone(&self) -> wasm_op_type
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for wasm_op_type
impl Debug for wasm_op_type
sourceimpl Hash for wasm_op_type
impl Hash for wasm_op_type
sourceimpl PartialEq<wasm_op_type> for wasm_op_type
impl PartialEq<wasm_op_type> for wasm_op_type
impl Copy for wasm_op_type
impl Eq for wasm_op_type
impl StructuralEq for wasm_op_type
impl StructuralPartialEq for wasm_op_type
Auto Trait Implementations
impl RefUnwindSafe for wasm_op_type
impl Send for wasm_op_type
impl Sync for wasm_op_type
impl Unpin for wasm_op_type
impl UnwindSafe for wasm_op_type
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