Struct wasmparser::Naming[][src]

pub struct Naming<'a> {
    pub index: u32,
    pub name: &'a [u8],
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Naming<'a>

impl<'a> Sync for Naming<'a>