Struct web_assembler::BrTarget
[−]
[src]
pub struct BrTarget {
pub table: Vec<u32>,
pub default_target: u32,
}Fields
table: Vec<u32>
default_target: u32
Trait Implementations
impl Debug for BrTarget[src]
impl Clone for BrTarget[src]
fn clone(&self) -> BrTarget[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more