Struct binaryen::PlainBlock[][src]

pub struct PlainBlock(_);

Block that ends with nothing or with simple branching.

Trait Implementations

impl Copy for PlainBlock
[src]

impl Clone for PlainBlock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PlainBlock
[src]

Formats the value using the given formatter. Read more

impl Eq for PlainBlock
[src]

impl PartialEq for PlainBlock
[src]

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

This method tests for !=.

impl Block for PlainBlock
[src]

Auto Trait Implementations

impl Send for PlainBlock

impl Sync for PlainBlock