Struct web_assembler::BrTarget [] [src]

pub struct BrTarget {
    pub table: Vec<u32>,
    pub default_target: u32,
}

Fields

Trait Implementations

impl Debug for BrTarget
[src]

[src]

Formats the value using the given formatter.

impl Clone for BrTarget
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Dump for BrTarget
[src]

[src]