Enum pwasm_utils::rules::InstructionType [−][src]
pub enum InstructionType {}Show variants
Bit, Add, Mul, Div, Load, Store, Const, FloatConst, Local, Global, ControlFlow, IntegerComparison, FloatComparison, Float, Conversion, FloatConversion, Reinterpretation, Unreachable, Nop, CurrentMemory, GrowMemory,
Variants
Implementations
impl InstructionType
[src]
impl InstructionType
[src]pub fn op(instruction: &Instruction) -> Self
[src]
Trait Implementations
impl Clone for InstructionType
[src]
impl Clone for InstructionType
[src]fn clone(&self) -> InstructionType
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl FromStr for InstructionType
[src]
impl FromStr for InstructionType
[src]impl Hash for InstructionType
[src]
impl Hash for InstructionType
[src]impl Ord for InstructionType
[src]
impl Ord for InstructionType
[src]impl PartialEq<InstructionType> for InstructionType
[src]
impl PartialEq<InstructionType> for InstructionType
[src]impl PartialOrd<InstructionType> for InstructionType
[src]
impl PartialOrd<InstructionType> for InstructionType
[src]fn partial_cmp(&self, other: &InstructionType) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool