Enum disassemble::EdgeDirection [] [src]

pub enum EdgeDirection {
    In,
    Out,
}

Which direction is this edge going? Inwards or outwards from this BasicBlock?

Variants

This is an inbound edge with this BasicBlock as the target.

This is an outbound edge with this BasicBlock as the source.

Trait Implementations

impl Clone for EdgeDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EdgeDirection
[src]

impl Debug for EdgeDirection
[src]

Formats the value using the given formatter.

impl Eq for EdgeDirection
[src]

impl PartialEq for EdgeDirection
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.