Struct parity_wasm::elements::CodeSection
source · pub struct CodeSection(_);
Expand description
Section with function bodies of the module.
Implementations§
source§impl CodeSection
impl CodeSection
Trait Implementations§
source§impl Clone for CodeSection
impl Clone for CodeSection
source§fn clone(&self) -> CodeSection
fn clone(&self) -> CodeSection
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 CodeSection
impl Debug for CodeSection
source§impl Default for CodeSection
impl Default for CodeSection
source§fn default() -> CodeSection
fn default() -> CodeSection
Returns the “default value” for a type. Read more