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