MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / from

Method from

cranelift/codegen/src/ir/memflags.rs:383–385  ·  view source on GitHub ↗
(flags: MemFlagsData)

Source from the content-addressed store, hash-verified

381
382impl From<MemFlagsData> for MachMemFlags {
383 fn from(flags: MemFlagsData) -> Self {
384 flags.flags
385 }
386}
387
388impl From<MachMemFlags> for MemFlagsData {

Callers

nothing calls this directly

Calls 1

no_alias_regionFunction · 0.85

Tested by

no test coverage detected