Struct parity_wasm::elements::LocalNameSubsection
source · [−]pub struct LocalNameSubsection { /* private fields */ }
Expand description
The names of the local variables in this module’s functions.
Implementations
A map from function indices to a map from variables indices to names.
A map from function indices to a map from variables indices to names (mutable).
pub fn deserialize<R: Read>(
module: &Module,
rdr: &mut R
) -> Result<LocalNameSubsection, Error>
pub fn deserialize<R: Read>(
module: &Module,
rdr: &mut R
) -> Result<LocalNameSubsection, Error>
Deserialize names, making sure that all names correspond to local variables.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LocalNameSubsection
impl Send for LocalNameSubsection
impl Sync for LocalNameSubsection
impl Unpin for LocalNameSubsection
impl UnwindSafe for LocalNameSubsection
Blanket Implementations
Mutably borrows from an owned value. Read more