Home
last modified time | relevance | path

Searched defs:FuncKeyNamespace (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/
H A Dkey.rs93 pub struct FuncKeyNamespace(u32); struct
95 impl fmt::Debug for FuncKeyNamespace { implementation
117 impl FuncKeyNamespace { implementation
288 pub fn into_parts(self) -> (FuncKeyNamespace, FuncKeyIndex) { in into_parts()
355 pub fn namespace(self) -> FuncKeyNamespace { in namespace()
404 pub fn from_parts(namespace: FuncKeyNamespace, index: FuncKeyIndex) -> Self { in from_parts()
H A Dmodule_artifacts.rs92 fn last_namespace(&self) -> Option<FuncKeyNamespace> { in last_namespace()