Searched defs:Data (Results 1 – 7 of 7) sorted by relevance
48 type Data: ParSplit; typedef51 fn into_par_iter(self) -> ParIter<Self::Data>; in into_par_iter()60 type Data = T; typedef61 fn into_par_iter(self) -> ParIter<Self::Data> { in into_par_iter()69 type Data: ParSplit + 'a; typedef72 fn par_iter(&'a self) -> ParIter<Self::Data>; in par_iter()79 type Data = <&'a T as IntoParIter>::Data; typedef80 fn par_iter(&'a self) -> ParIter<Self::Data> { in par_iter()88 type Data: ParSplit + 'a; typedef91 fn par_iter_mut(&'a mut self) -> ParIter<Self::Data>; in par_iter_mut()[all …]
17 type Data = &'a [T]; typedef24 type Data = &'a mut [T]; typedef
38 type Data = &'a [T]; typedef45 type Data = &'a mut [T]; typedef
46 Data(Data), enumerator68 pub struct Data { struct69 data: Vec<u8>,197 impl Data { impl
320 struct Data { struct321 inner: i32,324 impl Data { impl
61 Data = 0x0, enumerator81 Data(Data), enumerator132 pub struct Data { struct133 data: Vec<u8>,340 impl Data { impl
670 Data, enumerator711 Data, enumerator