Enum wasmtime_environ::wasm::wasmparser::SectionCode   [−][src]
pub enum SectionCode<'a> {
Show variants
    Custom {
        name: &'a str,
        kind: CustomSectionKind,
    },
    Type,
    Alias,
    Import,
    Module,
    Instance,
    Function,
    Table,
    Memory,
    Global,
    Export,
    Start,
    Element,
    ModuleCode,
    Code,
    Data,
    DataCount,
    Event,
}Section code as defined here.
Variants
Show fields
Fields of Custom
name: &'a strkind: CustomSectionKindTrait Implementations
impl<'a> Clone for SectionCode<'a>[src]
impl<'a> Clone for SectionCode<'a>[src]pub fn clone(&self) -> SectionCode<'a>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'a> Debug for SectionCode<'a>[src]
impl<'a> Debug for SectionCode<'a>[src]impl<'a> Ord for SectionCode<'a>[src]
impl<'a> Ord for SectionCode<'a>[src]impl<'a> PartialEq<SectionCode<'a>> for SectionCode<'a>[src]
impl<'a> PartialEq<SectionCode<'a>> for SectionCode<'a>[src]pub fn eq(&self, other: &SectionCode<'a>) -> bool[src]
pub fn ne(&self, other: &SectionCode<'a>) -> bool[src]
impl<'a> PartialOrd<SectionCode<'a>> for SectionCode<'a>[src]
impl<'a> PartialOrd<SectionCode<'a>> for SectionCode<'a>[src]pub fn partial_cmp(&self, other: &SectionCode<'a>) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool