Struct parity_wasm::elements::FunctionNameSubsection
source · pub struct FunctionNameSubsection { /* private fields */ }
Expand description
The names of the functions in this module.
Implementations§
source§impl FunctionNameSubsection
impl FunctionNameSubsection
sourcepub fn deserialize<R: Read>(
module: &Module,
rdr: &mut R
) -> Result<FunctionNameSubsection, Error>
pub fn deserialize<R: Read>(
module: &Module,
rdr: &mut R
) -> Result<FunctionNameSubsection, Error>
Deserialize names, making sure that all names correspond to functions.
Trait Implementations§
source§impl Clone for FunctionNameSubsection
impl Clone for FunctionNameSubsection
source§fn clone(&self) -> FunctionNameSubsection
fn clone(&self) -> FunctionNameSubsection
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FunctionNameSubsection
impl Debug for FunctionNameSubsection
source§impl Default for FunctionNameSubsection
impl Default for FunctionNameSubsection
source§fn default() -> FunctionNameSubsection
fn default() -> FunctionNameSubsection
Returns the “default value” for a type. Read more