Struct wasmi_validation::util::Locals
source · pub struct Locals<'a> { /* private fields */ }
Expand description
Locals are the concatenation of a slice of function parameters with function declared local variables.
Local variables are given in the form of groups represented by pairs of a value_type and a count.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Locals<'a>
impl<'a> Send for Locals<'a>
impl<'a> Sync for Locals<'a>
impl<'a> Unpin for Locals<'a>
impl<'a> UnwindSafe for Locals<'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