Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ as_bits
Method
as_bits
cranelift/codegen/src/ir/memflags.rs:121–123 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
119
/// Return the raw bit encoding for this instance.
120
#[inline]
121
pub fn as_bits(self) -> u32 {
122
u32::from(self.0)
123
}
124
125
/// Create a new instance from the raw bit encoding.
126
#[inline]
Callers
4
from
Method · 0.80
encode_as_value
Method · 0.80
read_field_at_addr
Function · 0.80
emit_inline_alloc
Method · 0.80
Calls
1
from
Function · 0.85
Tested by
no test coverage detected