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

Class Type

cranelift/codegen/src/ir/types.rs:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#[derive(Copy, Clone, PartialEq, Eq, Hash)]
25#[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))]
26pub struct Type(u16);
27
28/// Not a valid type. Can't be loaded or stored. Can't be part of a SIMD vector.
29pub const INVALID: Type = Type(0);

Callers 2

types.rsFile · 0.70
from_reprMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected