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