Struct binaryen::SwitchBlock[][src]

pub struct SwitchBlock(_);

Block that ends with a switch.

Trait Implementations

impl Copy for SwitchBlock
[src]

impl Clone for SwitchBlock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SwitchBlock
[src]

Formats the value using the given formatter. Read more

impl Eq for SwitchBlock
[src]

impl PartialEq for SwitchBlock
[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 SwitchBlock
[src]

Auto Trait Implementations

impl Send for SwitchBlock

impl Sync for SwitchBlock