[−][src]Enum wasmtime_environ::wasm::wasmparser::SectionCode
pub enum SectionCode<'a> { 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
Fields of Custom
name: &'a str
kind: CustomSectionKind
Trait Implementations
impl<'a> Clone for SectionCode<'a>
[src][+]
impl<'a> Copy for SectionCode<'a>
[src]
impl<'a> Debug for SectionCode<'a>
[src][+]
impl<'a> Eq for SectionCode<'a>
[src]
impl<'a> Ord for SectionCode<'a>
[src][+]
impl<'a> PartialEq<SectionCode<'a>> for SectionCode<'a>
[src][+]
impl<'a> PartialOrd<SectionCode<'a>> for SectionCode<'a>
[src][+]
impl<'a> StructuralEq for SectionCode<'a>
[src]
impl<'a> StructuralPartialEq for SectionCode<'a>
[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for SectionCode<'a>
[src]
impl<'a> Send for SectionCode<'a>
[src]
impl<'a> Sync for SectionCode<'a>
[src]
impl<'a> Unpin for SectionCode<'a>
[src]
impl<'a> UnwindSafe for SectionCode<'a>
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src][+]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,