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

Class AliasRegion

cranelift/codegen/src/ir/memflags.rs:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#[derive(Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
31#[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))]
32pub struct AliasRegion(u32);
33entity_impl!(AliasRegion, "region");
34
35/// Data describing an alias region.

Callers 3

numbered_entityMethod · 0.85
no_alias_regionFunction · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected