Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ mutability
Method
mutability
crates/wasmtime/src/runtime/types.rs:1749–1751 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1747
/// Get whether or not this field type is mutable.
1748
#[inline]
1749
pub fn mutability(&self) -> Mutability {
1750
self.mutability
1751
}
1752
1753
/// Get this field type's storage type.
1754
#[inline]
Callers
5
_set
Method · 0.80
generate_global_export
Function · 0.80
wasm_globaltype_mutability
Function · 0.80
from
Method · 0.80
make_api_calls
Function · 0.80
Calls
1
as_wasm_array_type
Method · 0.80
Tested by
no test coverage detected