Enum wasmtime_environ::wasm::wasmparser::CustomSectionKind   [−][src]
pub enum CustomSectionKind {
    Unknown,
    Name,
    Producers,
    SourceMappingURL,
    Reloc,
    Linking,
}Variants
Trait Implementations
impl Clone for CustomSectionKind[src]
impl Clone for CustomSectionKind[src]pub fn clone(&self) -> CustomSectionKind[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for CustomSectionKind[src]
impl Debug for CustomSectionKind[src]impl Ord for CustomSectionKind[src]
impl Ord for CustomSectionKind[src]impl PartialEq<CustomSectionKind> for CustomSectionKind[src]
impl PartialEq<CustomSectionKind> for CustomSectionKind[src]impl PartialOrd<CustomSectionKind> for CustomSectionKind[src]
impl PartialOrd<CustomSectionKind> for CustomSectionKind[src]pub fn partial_cmp(&self, other: &CustomSectionKind) -> 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