Struct disassemble::BasicBlockEdge [] [src]

pub struct BasicBlockEdge {
    pub edge_type: EdgeType,
}

Information about an edge between 2 basic blocks.

This represents a branch, jump or other form of control flow transfer within the control flow graph.

Fields

Is this edge taken conditionally or unconditionally?

Trait Implementations

impl Debug for BasicBlockEdge
[src]

[src]

Formats the value using the given formatter. Read more