Struct parity_wasm::elements::ExportEntry
source · pub struct ExportEntry { /* private fields */ }
Expand description
Export entry.
Implementations§
source§impl ExportEntry
impl ExportEntry
sourcepub fn internal_mut(&mut self) -> &mut Internal
pub fn internal_mut(&mut self) -> &mut Internal
Internal reference of the export entry (mutable).
Trait Implementations§
source§impl Clone for ExportEntry
impl Clone for ExportEntry
source§fn clone(&self) -> ExportEntry
fn clone(&self) -> ExportEntry
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 more