Searched defs:Data (Results 1 – 6 of 6) 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
324 struct Data { struct325 inner: i32,328 impl Data { implementation
61 Data = 0x0, enumerator81 Data(Data), enumerator132 pub struct Data { struct133 data: Vec<u8>,340 impl Data { impl
744 Data, enumerator785 Data, enumerator