Searched refs:DynamicTable (Results 1 – 1 of 1) sorted by relevance
161 pub enum DynamicTable { enum167 impl From<DynamicFuncTable> for DynamicTable { implementation173 impl From<DynamicGcRefTable> for DynamicTable { implementation179 impl From<DynamicContTable> for DynamicTable { implementation218 Dynamic(DynamicTable),248 impl From<DynamicTable> for Table {249 fn from(value: DynamicTable) -> Self { in from()256 let t: DynamicTable = value.into(); in from()263 let t: DynamicTable = value.into(); in from()270 let t: DynamicTable = value.into(); in from()[all …]