Home
last modified time | relevance | path

Searched defs:TypeVariant (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/component/
H A Dtypes.rs984 pub struct TypeVariant { struct
993 impl Hash for TypeVariant { argument
995 let TypeVariant { cases, abi, info } = self; in hash() localVariable
H A Dtypes_builder.rs1199 fn variants(&mut self, types: &ComponentTypesBuilder, ty: &TypeVariant) { in variants()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dvalues.rs871 ty: &'a TypeVariant, in variant()
1179 ty: &'a TypeVariant, in get_variant_discriminant()