Struct wasmparser::FuncValidatorAllocations
source · pub struct FuncValidatorAllocations(/* private fields */);
Expand description
External handle to the internal allocations used during function validation.
This is created with either the Default
implementation or with
FuncValidator::into_allocations
. It is then passed as an argument to
FuncToValidate::into_validator
to provide a means of reusing allocations
between each function.
Trait Implementations§
source§impl Default for FuncValidatorAllocations
impl Default for FuncValidatorAllocations
source§fn default() -> FuncValidatorAllocations
fn default() -> FuncValidatorAllocations
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FuncValidatorAllocations
impl RefUnwindSafe for FuncValidatorAllocations
impl Send for FuncValidatorAllocations
impl Sync for FuncValidatorAllocations
impl Unpin for FuncValidatorAllocations
impl UnwindSafe for FuncValidatorAllocations
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