Struct web_assembler::LocalEntry [−][src]
Fields
count: u32
ty: ValueType
Trait Implementations
impl Debug for LocalEntry[src]
impl Debug for LocalEntryfn 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 LocalEntry[src]
impl Clone for LocalEntryfn clone(&self) -> LocalEntry[src]
fn clone(&self) -> LocalEntryReturns 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 LocalEntry[src]
impl Dump for LocalEntryAuto Trait Implementations
impl Send for LocalEntry
impl Send for LocalEntryimpl Sync for LocalEntry
impl Sync for LocalEntry