Enum wasmtime_environ::wasmparser::ElementItems
source · pub enum ElementItems<'a> {
Functions(SectionLimited<'a, u32>),
Expressions(RefType, SectionLimited<'a, ConstExpr<'a>>),
}
Expand description
Represents the items of an element segment.
Variants§
Functions(SectionLimited<'a, u32>)
This element contains function indices.
Expressions(RefType, SectionLimited<'a, ConstExpr<'a>>)
This element contains constant expressions used to initialize the table.
Trait Implementations§
source§impl<'a> Clone for ElementItems<'a>
impl<'a> Clone for ElementItems<'a>
source§fn clone(&self) -> ElementItems<'a>
fn clone(&self) -> ElementItems<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<'a> Freeze for ElementItems<'a>
impl<'a> RefUnwindSafe for ElementItems<'a>
impl<'a> Send for ElementItems<'a>
impl<'a> Sync for ElementItems<'a>
impl<'a> Unpin for ElementItems<'a>
impl<'a> UnwindSafe for ElementItems<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)