Struct wast::core::ArrayNewElem
source · [−]Expand description
Extra data associated with the array.new_elem
instruction
Fields
array: Index<'a>
The index of the array type we’re accessing.
elem_idx: Index<'a>
The elem segment to initialize from.
Trait Implementations
sourceimpl<'a> Debug for ArrayNewElem<'a>
impl<'a> Debug for ArrayNewElem<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for ArrayNewElem<'a>
impl<'a> Send for ArrayNewElem<'a>
impl<'a> Sync for ArrayNewElem<'a>
impl<'a> Unpin for ArrayNewElem<'a>
impl<'a> UnwindSafe for ArrayNewElem<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more