pub struct InitExpr { /* private fields */ }
Expand description
A constant expression which is produced in WebAssembly, typically used in global initializers or element/data offsets.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InitExpr
impl RefUnwindSafe for InitExpr
impl Send for InitExpr
impl Sync for InitExpr
impl Unpin for InitExpr
impl UnwindSafe for InitExpr
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