MCPcopy 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

fromMethod · 0.80
encode_as_valueMethod · 0.80
read_field_at_addrFunction · 0.80
emit_inline_allocMethod · 0.80

Calls 1

fromFunction · 0.85

Tested by

no test coverage detected