Enum capstone_sys::riscv_op_type
source · [−]#[repr(u32)]
pub enum riscv_op_type {
RISCV_OP_INVALID,
RISCV_OP_REG,
RISCV_OP_IMM,
RISCV_OP_MEM,
}Variants
RISCV_OP_INVALID
RISCV_OP_REG
RISCV_OP_IMM
RISCV_OP_MEM
Trait Implementations
sourceimpl Clone for riscv_op_type
impl Clone for riscv_op_type
sourcefn clone(&self) -> riscv_op_type
fn clone(&self) -> riscv_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 riscv_op_type
impl Debug for riscv_op_type
sourceimpl Hash for riscv_op_type
impl Hash for riscv_op_type
sourceimpl PartialEq<riscv_op_type> for riscv_op_type
impl PartialEq<riscv_op_type> for riscv_op_type
impl Copy for riscv_op_type
impl Eq for riscv_op_type
impl StructuralEq for riscv_op_type
impl StructuralPartialEq for riscv_op_type
Auto Trait Implementations
impl RefUnwindSafe for riscv_op_type
impl Send for riscv_op_type
impl Sync for riscv_op_type
impl Unpin for riscv_op_type
impl UnwindSafe for riscv_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