Enum wasmbin::instructions::Misc[][src]

#[repr(u32)]
pub enum Misc {
Show 18 variants I32TruncSatF32S, I32TruncSatF32U, I32TruncSatF64S, I32TruncSatF64U, I64TruncSatF32S, I64TruncSatF32U, I64TruncSatF64S, I64TruncSatF64U, MemoryInit { data: DataId, mem: MemId, }, DataDrop(DataId), MemoryCopy { dest: MemId, src: MemId, }, MemoryFill(MemId), TableInit { elem: ElemId, table: TableId, }, ElemDrop(ElemId), TableCopy { dest: TableId, src: TableId, }, TableGrow(TableId), TableSize(TableId), TableFill(TableId),
}

Variants

I32TruncSatF32S
I32TruncSatF32U
I32TruncSatF64S
I32TruncSatF64U
I64TruncSatF32S
I64TruncSatF32U
I64TruncSatF64S
I64TruncSatF64U
MemoryInit

Fields of MemoryInit

data: DataIdmem: MemId
DataDrop

Tuple Fields of DataDrop

0: DataId
MemoryCopy

Fields of MemoryCopy

dest: MemIdsrc: MemId
MemoryFill

Tuple Fields of MemoryFill

0: MemId
TableInit

Fields of TableInit

elem: ElemIdtable: TableId
ElemDrop

Tuple Fields of ElemDrop

0: ElemId
TableCopy

Fields of TableCopy

dest: TableIdsrc: TableId
TableGrow

Tuple Fields of TableGrow

0: TableId
TableSize

Tuple Fields of TableSize

0: TableId
TableFill

Tuple Fields of TableFill

0: TableId

Trait Implementations

Generate an arbitrary value of Self from the given unstructured data. Read more

Generate an arbitrary value of Self from the entirety of the given unstructured data. Read more

Get a size hint for how many bytes out of an Unstructured this type needs to construct itself. Read more

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.