pub enum InstructionKind {
NumericInt,
Numeric,
VectorInt,
Vector,
Reference,
Parametric,
Variable,
Table,
MemoryInt,
Memory,
Control,
Aggregate,
}
Expand description
Enumerate the categories of instructions defined in the WebAssembly specification.
Variants§
NumericInt
Numeric
VectorInt
Vector
Reference
Parametric
Variable
Table
MemoryInt
Memory
Control
Aggregate
Trait Implementations§
Source§impl<R: Into<FlagSet<InstructionKind>>> BitAnd<R> for InstructionKind
impl<R: Into<FlagSet<InstructionKind>>> BitAnd<R> for InstructionKind
Source§impl<R: Into<FlagSet<InstructionKind>>> BitOr<R> for InstructionKind
impl<R: Into<FlagSet<InstructionKind>>> BitOr<R> for InstructionKind
Source§impl<R: Into<FlagSet<InstructionKind>>> BitXor<R> for InstructionKind
impl<R: Into<FlagSet<InstructionKind>>> BitXor<R> for InstructionKind
Source§impl Clone for InstructionKind
impl Clone for InstructionKind
Source§fn clone(&self) -> InstructionKind
fn clone(&self) -> InstructionKind
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InstructionKind
impl Debug for InstructionKind
Source§impl<'de> Deserialize<'de> for InstructionKind
impl<'de> Deserialize<'de> for InstructionKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<InstructionKind> for FlagSet<InstructionKind>
impl From<InstructionKind> for FlagSet<InstructionKind>
Source§fn from(value: InstructionKind) -> Self
fn from(value: InstructionKind) -> Self
Converts to this type from the input type.
Source§impl FromStr for InstructionKind
impl FromStr for InstructionKind
Source§impl Not for InstructionKind
impl Not for InstructionKind
Source§impl PartialEq for InstructionKind
impl PartialEq for InstructionKind
Source§impl<R: Into<FlagSet<InstructionKind>>> Rem<R> for InstructionKind
impl<R: Into<FlagSet<InstructionKind>>> Rem<R> for InstructionKind
Source§impl<R: Into<FlagSet<InstructionKind>>> Sub<R> for InstructionKind
impl<R: Into<FlagSet<InstructionKind>>> Sub<R> for InstructionKind
impl Copy for InstructionKind
impl Eq for InstructionKind
impl StructuralPartialEq for InstructionKind
Auto Trait Implementations§
impl Freeze for InstructionKind
impl RefUnwindSafe for InstructionKind
impl Send for InstructionKind
impl Sync for InstructionKind
impl Unpin for InstructionKind
impl UnwindSafe for InstructionKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)