Enum 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 str
kind: CustomSectionKind
Trait Implementations
impl<'a> Clone for SectionCode<'a>
[src]
impl<'a> Clone for SectionCode<'a>
[src]fn clone(&self) -> SectionCode<'a>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[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]fn eq(&self, other: &SectionCode<'a>) -> bool
[src]
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]fn partial_cmp(&self, other: &SectionCode<'a>) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool