pub struct Expr(pub JumpTarget);Tuple Fields§
§0: JumpTargetImplementations§
Source§impl Expr
impl Expr
pub fn zero() -> Expr
pub fn read_constant( wasm: &mut Reader<'_>, store: &Store, module: &Module, ) -> Result<Value, ValidationError>
pub fn read<const MAX_CONTROL_FRAMES: usize, const MAX_STACK_DEPTH: usize>( wasm: &mut Reader<'_>, builder: &mut CodeBuilder, store: &Store, module: &Module, ctx: &Func, ) -> Result<(Self, u16), ValidationError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Expr
impl RefUnwindSafe for Expr
impl Send for Expr
impl Sync for Expr
impl Unpin for Expr
impl UnsafeUnpin for Expr
impl UnwindSafe for Expr
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