Struct web_assembler::LocalEntry
[−]
[src]
pub struct LocalEntry { pub count: u32, pub ty: ValueType, }
Fields
count: u32
ty: ValueType
Trait Implementations
impl Debug for LocalEntry
[src]
impl Clone for LocalEntry
[src]
fn clone(&self) -> LocalEntry
[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