Struct parity_wasm::elements::FunctionNameSection
source · pub struct FunctionNameSection { /* private fields */ }
Expand description
The names of the functions in this module.
Implementations
sourceimpl FunctionNameSection
impl FunctionNameSection
sourcepub fn deserialize<R: Read>(
module: &Module,
rdr: &mut R
) -> Result<FunctionNameSection, Error>
pub fn deserialize<R: Read>(
module: &Module,
rdr: &mut R
) -> Result<FunctionNameSection, Error>
Deserialize names, making sure that all names correspond to functions.
Trait Implementations
sourceimpl Clone for FunctionNameSection
impl Clone for FunctionNameSection
sourcefn clone(&self) -> FunctionNameSection
fn clone(&self) -> FunctionNameSection
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for FunctionNameSection
impl Debug for FunctionNameSection
sourceimpl Default for FunctionNameSection
impl Default for FunctionNameSection
sourcefn default() -> FunctionNameSection
fn default() -> FunctionNameSection
Returns the “default value” for a type. Read more
sourceimpl PartialEq<FunctionNameSection> for FunctionNameSection
impl PartialEq<FunctionNameSection> for FunctionNameSection
sourcefn eq(&self, other: &FunctionNameSection) -> bool
fn eq(&self, other: &FunctionNameSection) -> bool
sourceimpl Serialize for FunctionNameSection
impl Serialize for FunctionNameSection
impl StructuralPartialEq for FunctionNameSection
Auto Trait Implementations
impl RefUnwindSafe for FunctionNameSection
impl Send for FunctionNameSection
impl Sync for FunctionNameSection
impl Unpin for FunctionNameSection
impl UnwindSafe for FunctionNameSection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more