Searched defs:VarLenArrayOfRecords (Results 1 – 1 of 1) sorted by relevance
433 struct VarLenArrayOfRecords<'a, T> { struct434 pub(crate) type_name: &'static str,435 pub(crate) data: FontData<'a>,436 pub(crate) array: VarLenArray<'a, T>,477 impl<'a, T> SomeArray<'a> for VarLenArrayOfRecords<'a, T> implementation