pub struct WasmLocal {
pub count: u32,
pub value_type: WasmValueType,
}Expand description
WASM 局部变量
Fields§
§count: u32变量数量
value_type: WasmValueType变量类型
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WasmLocal
impl RefUnwindSafe for WasmLocal
impl Send for WasmLocal
impl Sync for WasmLocal
impl Unpin for WasmLocal
impl UnsafeUnpin for WasmLocal
impl UnwindSafe for WasmLocal
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