Enum wasm_encoder::BlockType [−][src]
Expand description
The type for a block/if/loop.
Variants
Empty
[] -> []
Result(ValType)
Tuple Fields
0: ValType[] -> [t]
FunctionType(u32)
Tuple Fields
0: u32The nth function type.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockType
impl UnwindSafe for BlockType
Blanket Implementations
Mutably borrows from an owned value. Read more
