Struct wasmparser::LocalName[][src]

pub struct LocalName<'a> {
    pub index: u32,
    pub locals: Vec<Naming<'a>>,
}

Fields

Trait Implementations

impl<'a> Debug for LocalName<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for LocalName<'a>

impl<'a> Sync for LocalName<'a>