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
57 Data(Data), enumerator82 pub struct Data { struct83 data: Vec<u8>,214 impl Data { implementation
335 struct Data { struct336 inner: i32,339 impl Data { impl
65 Data = 0x0, enumerator85 Data(Data), enumerator134 pub struct Data { struct135 data: Vec<u8>,342 impl Data { implementation
670 Data, enumerator711 Data, enumerator