Struct parity_wasm::elements::CodeSection [−][src]
pub struct CodeSection(_);
Section with function bodies of the module.
Implementations
impl CodeSection
[src]
impl CodeSection
[src]Trait Implementations
impl Clone for CodeSection
[src]
impl Clone for CodeSection
[src]fn clone(&self) -> CodeSection
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for CodeSection
[src]
impl Default for CodeSection
[src]fn default() -> CodeSection
[src]
impl Deserialize for CodeSection
[src]
impl Deserialize for CodeSection
[src]impl PartialEq<CodeSection> for CodeSection
[src]
impl PartialEq<CodeSection> for CodeSection
[src]fn eq(&self, other: &CodeSection) -> bool
[src]
fn ne(&self, other: &CodeSection) -> bool
[src]
impl Serialize for CodeSection
[src]
impl Serialize for CodeSection
[src]