Searched refs:StaticTable (Results 1 – 1 of 1) sorted by relevance
111 pub enum StaticTable { enum117 impl From<StaticFuncTable> for StaticTable { implementation123 impl From<StaticGcRefTable> for StaticTable { implementation129 impl From<StaticContTable> for StaticTable { implementation215 Static(StaticTable),221 impl From<StaticTable> for Table {222 fn from(value: StaticTable) -> Self { in from()229 let t: StaticTable = value.into(); in from()236 let t: StaticTable = value.into(); in from()243 let t: StaticTable = value.into(); in from()[all …]