Struct parity_wasm::elements::FunctionsSection
[−]
[src]
pub struct FunctionsSection(_);
Section with function signatures definition.
Methods
impl FunctionsSection
[src]
fn new() -> FunctionsSection
New functions section
fn entries_mut(&mut self) -> &mut Vec<Func>
List of all functions in the section, mutable
fn entries(&self) -> &[Func]
List of all functions in the section
Trait Implementations
impl Default for FunctionsSection
[src]
fn default() -> FunctionsSection
Returns the "default value" for a type. Read more
impl Deserialize for FunctionsSection
[src]
type Error = Error
Serialization error produced by deserialization routine.
fn deserialize<R: Read>(reader: &mut R) -> Result<Self, Self::Error>
Deserialize type from serial i/o