Struct gear_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
source§impl PartialEq for FunctionNameSubsection
impl PartialEq for FunctionNameSubsection
source§fn eq(&self, other: &FunctionNameSubsection) -> bool
fn eq(&self, other: &FunctionNameSubsection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for FunctionNameSubsection
impl Serialize for FunctionNameSubsection
impl StructuralPartialEq for FunctionNameSubsection
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more