Enum cardinal_codegen::instruction::BlockType [−][src]
pub enum BlockType {
If(Value),
Basic,
}Expand description
A block type for creating different kinds of blocks.
Variants
A basic IF type that uses a value as an expression.
Tuple Fields of If
0: ValueA basic block with no conditions.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockType
impl UnwindSafe for BlockType
Blanket Implementations
Mutably borrows from an owned value. Read more