Struct cranelift_codegen::flowgraph::BlockPredecessor [−][src]
Expand description
A basic block denoted by its enclosing Block and last instruction.
Fields
block: BlockEnclosing Block key.
inst: InstLast instruction in the basic block.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for BlockPredecessorimpl Send for BlockPredecessorimpl Sync for BlockPredecessorimpl Unpin for BlockPredecessorimpl UnwindSafe for BlockPredecessorBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.