Struct web_assembler::BrTarget[][src]

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

Fields

Trait Implementations

impl Debug for BrTarget
[src]

Formats the value using the given formatter. Read more

impl Clone for BrTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Dump for BrTarget
[src]

Auto Trait Implementations

impl Send for BrTarget

impl Sync for BrTarget