Struct web_assembler::BrTarget [−][src]
Fields
table: Vec<u32>
default_target: u32
Trait Implementations
impl Debug for BrTarget[src]
impl Debug for BrTargetfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for BrTarget[src]
impl Clone for BrTargetfn clone(&self) -> BrTarget[src]
fn clone(&self) -> BrTargetReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Dump for BrTarget[src]
impl Dump for BrTarget