Struct wasmtime_environ::wasmparser::Element [−][src]
pub struct Element<'a> {
pub kind: ElementKind<'a>,
pub items: ElementItems<'a>,
pub ty: Type,
}
Fields
kind: ElementKind<'a>
items: ElementItems<'a>
ty: Type
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Element<'a>
impl<'a> UnwindSafe for Element<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more