Searched refs:ContTableElem (Results 1 – 1 of 1) sorted by relevance
33 TableElementType::Cont => core::mem::size_of::<ContTableElem>(), in element_size()85 pub type ContTableElem = Option<VMContObj>; typedef156 data: SendSyncPtr<[ContTableElem]>,206 elements: TryVec<ContTableElem>,419 data.align_to::<ContTableElem>() in new_static()432 data.as_non_null().cast::<ContTableElem>(), in new_static()