Struct parity_wasm::elements::FunctionNameSubsection
source · [−]pub struct FunctionNameSubsection { /* private fields */ }
Expand description
The names of the functions in this module.
Implementations
pub 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
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 FunctionNameSubsection
impl Send for FunctionNameSubsection
impl Sync for FunctionNameSubsection
impl Unpin for FunctionNameSubsection
impl UnwindSafe for FunctionNameSubsection
Blanket Implementations
Mutably borrows from an owned value. Read more