Struct wasm_core::cfgraph::CFGraph [] [src]

pub struct CFGraph {
    pub blocks: Vec<BasicBlock>,
}

Fields

Methods

impl CFGraph
[src]

[src]

[src]

Important traits for Vec<u8>
[src]

Generate sequential opcodes.

[src]

Trait Implementations

impl Clone for CFGraph
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CFGraph
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CFGraph

impl Sync for CFGraph