pub struct ZipRow<Tuple> { /* private fields */ }
Implementations
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>> ZipRow<(M0, M1)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>> ZipRow<(M0, M1)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseRow<'_>>::Item, <M1 as CwiseRow<'_>>::Item)
)
pub fn zip_unchecked<M2: for<'short> CwiseRow<'short>>(
self,
last: M2
) -> ZipRow<(M0, M1, M2)>
pub fn zip<M2: for<'short> CwiseRow<'short>>(
self,
last: M2
) -> ZipRow<(M0, M1, M2)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseRow<'_>>::Item, <M1 as CwiseRow<'_>>::Item, <M2 as CwiseRow<'_>>::Item)
)
pub fn zip_unchecked<M3: for<'short> CwiseRow<'short>>(
self,
last: M3
) -> ZipRow<(M0, M1, M2, M3)>
pub fn zip<M3: for<'short> CwiseRow<'short>>(
self,
last: M3
) -> ZipRow<(M0, M1, M2, M3)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseRow<'_>>::Item, <M1 as CwiseRow<'_>>::Item, <M2 as CwiseRow<'_>>::Item, <M3 as CwiseRow<'_>>::Item)
)
pub fn zip_unchecked<M4: for<'short> CwiseRow<'short>>(
self,
last: M4
) -> ZipRow<(M0, M1, M2, M3, M4)>
pub fn zip<M4: for<'short> CwiseRow<'short>>(
self,
last: M4
) -> ZipRow<(M0, M1, M2, M3, M4)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseRow<'_>>::Item, <M1 as CwiseRow<'_>>::Item, <M2 as CwiseRow<'_>>::Item, <M3 as CwiseRow<'_>>::Item, <M4 as CwiseRow<'_>>::Item)
)
pub fn zip_unchecked<M5: for<'short> CwiseRow<'short>>(
self,
last: M5
) -> ZipRow<(M0, M1, M2, M3, M4, M5)>
pub fn zip<M5: for<'short> CwiseRow<'short>>(
self,
last: M5
) -> ZipRow<(M0, M1, M2, M3, M4, M5)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseRow<'_>>::Item, <M1 as CwiseRow<'_>>::Item, <M2 as CwiseRow<'_>>::Item, <M3 as CwiseRow<'_>>::Item, <M4 as CwiseRow<'_>>::Item, <M5 as CwiseRow<'_>>::Item)
)
pub fn zip_unchecked<M6: for<'short> CwiseRow<'short>>(
self,
last: M6
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6)>
pub fn zip<M6: for<'short> CwiseRow<'short>>(
self,
last: M6
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseRow<'_>>::Item, <M1 as CwiseRow<'_>>::Item, <M2 as CwiseRow<'_>>::Item, <M3 as CwiseRow<'_>>::Item, <M4 as CwiseRow<'_>>::Item, <M5 as CwiseRow<'_>>::Item, <M6 as CwiseRow<'_>>::Item)
)
pub fn zip_unchecked<M7: for<'short> CwiseRow<'short>>(
self,
last: M7
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7)>
pub fn zip<M7: for<'short> CwiseRow<'short>>(
self,
last: M7
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>, M7: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>, M7: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseRow<'_>>::Item, <M1 as CwiseRow<'_>>::Item, <M2 as CwiseRow<'_>>::Item, <M3 as CwiseRow<'_>>::Item, <M4 as CwiseRow<'_>>::Item, <M5 as CwiseRow<'_>>::Item, <M6 as CwiseRow<'_>>::Item, <M7 as CwiseRow<'_>>::Item)
)
pub fn zip_unchecked<M8: for<'short> CwiseRow<'short>>(
self,
last: M8
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8)>
pub fn zip<M8: for<'short> CwiseRow<'short>>(
self,
last: M8
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>, M7: for<'short> CwiseRow<'short>, M8: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>, M7: for<'short> CwiseRow<'short>, M8: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseRow<'_>>::Item, <M1 as CwiseRow<'_>>::Item, <M2 as CwiseRow<'_>>::Item, <M3 as CwiseRow<'_>>::Item, <M4 as CwiseRow<'_>>::Item, <M5 as CwiseRow<'_>>::Item, <M6 as CwiseRow<'_>>::Item, <M7 as CwiseRow<'_>>::Item, <M8 as CwiseRow<'_>>::Item)
)
pub fn zip_unchecked<M9: for<'short> CwiseRow<'short>>(
self,
last: M9
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9)>
pub fn zip<M9: for<'short> CwiseRow<'short>>(
self,
last: M9
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>, M7: for<'short> CwiseRow<'short>, M8: for<'short> CwiseRow<'short>, M9: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>, M7: for<'short> CwiseRow<'short>, M8: for<'short> CwiseRow<'short>, M9: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseRow<'_>>::Item, <M1 as CwiseRow<'_>>::Item, <M2 as CwiseRow<'_>>::Item, <M3 as CwiseRow<'_>>::Item, <M4 as CwiseRow<'_>>::Item, <M5 as CwiseRow<'_>>::Item, <M6 as CwiseRow<'_>>::Item, <M7 as CwiseRow<'_>>::Item, <M8 as CwiseRow<'_>>::Item, <M9 as CwiseRow<'_>>::Item)
)
pub fn zip_unchecked<M10: for<'short> CwiseRow<'short>>(
self,
last: M10
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10)>
pub fn zip<M10: for<'short> CwiseRow<'short>>(
self,
last: M10
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>, M7: for<'short> CwiseRow<'short>, M8: for<'short> CwiseRow<'short>, M9: for<'short> CwiseRow<'short>, M10: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>, M7: for<'short> CwiseRow<'short>, M8: for<'short> CwiseRow<'short>, M9: for<'short> CwiseRow<'short>, M10: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseRow<'_>>::Item, <M1 as CwiseRow<'_>>::Item, <M2 as CwiseRow<'_>>::Item, <M3 as CwiseRow<'_>>::Item, <M4 as CwiseRow<'_>>::Item, <M5 as CwiseRow<'_>>::Item, <M6 as CwiseRow<'_>>::Item, <M7 as CwiseRow<'_>>::Item, <M8 as CwiseRow<'_>>::Item, <M9 as CwiseRow<'_>>::Item, <M10 as CwiseRow<'_>>::Item)
)
pub fn zip_unchecked<M11: for<'short> CwiseRow<'short>>(
self,
last: M11
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11)>
pub fn zip<M11: for<'short> CwiseRow<'short>>(
self,
last: M11
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>, M7: for<'short> CwiseRow<'short>, M8: for<'short> CwiseRow<'short>, M9: for<'short> CwiseRow<'short>, M10: for<'short> CwiseRow<'short>, M11: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>, M7: for<'short> CwiseRow<'short>, M8: for<'short> CwiseRow<'short>, M9: for<'short> CwiseRow<'short>, M10: for<'short> CwiseRow<'short>, M11: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseRow<'_>>::Item, <M1 as CwiseRow<'_>>::Item, <M2 as CwiseRow<'_>>::Item, <M3 as CwiseRow<'_>>::Item, <M4 as CwiseRow<'_>>::Item, <M5 as CwiseRow<'_>>::Item, <M6 as CwiseRow<'_>>::Item, <M7 as CwiseRow<'_>>::Item, <M8 as CwiseRow<'_>>::Item, <M9 as CwiseRow<'_>>::Item, <M10 as CwiseRow<'_>>::Item, <M11 as CwiseRow<'_>>::Item)
)
pub fn zip_unchecked<M12: for<'short> CwiseRow<'short>>(
self,
last: M12
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12)>
pub fn zip<M12: for<'short> CwiseRow<'short>>(
self,
last: M12
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>, M7: for<'short> CwiseRow<'short>, M8: for<'short> CwiseRow<'short>, M9: for<'short> CwiseRow<'short>, M10: for<'short> CwiseRow<'short>, M11: for<'short> CwiseRow<'short>, M12: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>, M7: for<'short> CwiseRow<'short>, M8: for<'short> CwiseRow<'short>, M9: for<'short> CwiseRow<'short>, M10: for<'short> CwiseRow<'short>, M11: for<'short> CwiseRow<'short>, M12: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseRow<'_>>::Item, <M1 as CwiseRow<'_>>::Item, <M2 as CwiseRow<'_>>::Item, <M3 as CwiseRow<'_>>::Item, <M4 as CwiseRow<'_>>::Item, <M5 as CwiseRow<'_>>::Item, <M6 as CwiseRow<'_>>::Item, <M7 as CwiseRow<'_>>::Item, <M8 as CwiseRow<'_>>::Item, <M9 as CwiseRow<'_>>::Item, <M10 as CwiseRow<'_>>::Item, <M11 as CwiseRow<'_>>::Item, <M12 as CwiseRow<'_>>::Item)
)
pub fn zip_unchecked<M13: for<'short> CwiseRow<'short>>(
self,
last: M13
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13)>
pub fn zip<M13: for<'short> CwiseRow<'short>>(
self,
last: M13
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>, M7: for<'short> CwiseRow<'short>, M8: for<'short> CwiseRow<'short>, M9: for<'short> CwiseRow<'short>, M10: for<'short> CwiseRow<'short>, M11: for<'short> CwiseRow<'short>, M12: for<'short> CwiseRow<'short>, M13: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>, M7: for<'short> CwiseRow<'short>, M8: for<'short> CwiseRow<'short>, M9: for<'short> CwiseRow<'short>, M10: for<'short> CwiseRow<'short>, M11: for<'short> CwiseRow<'short>, M12: for<'short> CwiseRow<'short>, M13: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseRow<'_>>::Item, <M1 as CwiseRow<'_>>::Item, <M2 as CwiseRow<'_>>::Item, <M3 as CwiseRow<'_>>::Item, <M4 as CwiseRow<'_>>::Item, <M5 as CwiseRow<'_>>::Item, <M6 as CwiseRow<'_>>::Item, <M7 as CwiseRow<'_>>::Item, <M8 as CwiseRow<'_>>::Item, <M9 as CwiseRow<'_>>::Item, <M10 as CwiseRow<'_>>::Item, <M11 as CwiseRow<'_>>::Item, <M12 as CwiseRow<'_>>::Item, <M13 as CwiseRow<'_>>::Item)
)
pub fn zip_unchecked<M14: for<'short> CwiseRow<'short>>(
self,
last: M14
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14)>
pub fn zip<M14: for<'short> CwiseRow<'short>>(
self,
last: M14
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>, M7: for<'short> CwiseRow<'short>, M8: for<'short> CwiseRow<'short>, M9: for<'short> CwiseRow<'short>, M10: for<'short> CwiseRow<'short>, M11: for<'short> CwiseRow<'short>, M12: for<'short> CwiseRow<'short>, M13: for<'short> CwiseRow<'short>, M14: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>, M7: for<'short> CwiseRow<'short>, M8: for<'short> CwiseRow<'short>, M9: for<'short> CwiseRow<'short>, M10: for<'short> CwiseRow<'short>, M11: for<'short> CwiseRow<'short>, M12: for<'short> CwiseRow<'short>, M13: for<'short> CwiseRow<'short>, M14: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseRow<'_>>::Item, <M1 as CwiseRow<'_>>::Item, <M2 as CwiseRow<'_>>::Item, <M3 as CwiseRow<'_>>::Item, <M4 as CwiseRow<'_>>::Item, <M5 as CwiseRow<'_>>::Item, <M6 as CwiseRow<'_>>::Item, <M7 as CwiseRow<'_>>::Item, <M8 as CwiseRow<'_>>::Item, <M9 as CwiseRow<'_>>::Item, <M10 as CwiseRow<'_>>::Item, <M11 as CwiseRow<'_>>::Item, <M12 as CwiseRow<'_>>::Item, <M13 as CwiseRow<'_>>::Item, <M14 as CwiseRow<'_>>::Item)
)
pub fn zip_unchecked<M15: for<'short> CwiseRow<'short>>(
self,
last: M15
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15)>
pub fn zip<M15: for<'short> CwiseRow<'short>>(
self,
last: M15
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>, M7: for<'short> CwiseRow<'short>, M8: for<'short> CwiseRow<'short>, M9: for<'short> CwiseRow<'short>, M10: for<'short> CwiseRow<'short>, M11: for<'short> CwiseRow<'short>, M12: for<'short> CwiseRow<'short>, M13: for<'short> CwiseRow<'short>, M14: for<'short> CwiseRow<'short>, M15: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15)>
impl<M0: for<'short> CwiseRow<'short>, M1: for<'short> CwiseRow<'short>, M2: for<'short> CwiseRow<'short>, M3: for<'short> CwiseRow<'short>, M4: for<'short> CwiseRow<'short>, M5: for<'short> CwiseRow<'short>, M6: for<'short> CwiseRow<'short>, M7: for<'short> CwiseRow<'short>, M8: for<'short> CwiseRow<'short>, M9: for<'short> CwiseRow<'short>, M10: for<'short> CwiseRow<'short>, M11: for<'short> CwiseRow<'short>, M12: for<'short> CwiseRow<'short>, M13: for<'short> CwiseRow<'short>, M14: for<'short> CwiseRow<'short>, M15: for<'short> CwiseRow<'short>> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseRow<'_>>::Item, <M1 as CwiseRow<'_>>::Item, <M2 as CwiseRow<'_>>::Item, <M3 as CwiseRow<'_>>::Item, <M4 as CwiseRow<'_>>::Item, <M5 as CwiseRow<'_>>::Item, <M6 as CwiseRow<'_>>::Item, <M7 as CwiseRow<'_>>::Item, <M8 as CwiseRow<'_>>::Item, <M9 as CwiseRow<'_>>::Item, <M10 as CwiseRow<'_>>::Item, <M11 as CwiseRow<'_>>::Item, <M12 as CwiseRow<'_>>::Item, <M13 as CwiseRow<'_>>::Item, <M14 as CwiseRow<'_>>::Item, <M15 as CwiseRow<'_>>::Item)
)
pub fn zip_unchecked<M16: for<'short> CwiseRow<'short>>(
self,
last: M16
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16)>
pub fn zip<M16: for<'short> CwiseRow<'short>>(
self,
last: M16
) -> ZipRow<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16)>
Auto Trait Implementations
impl<Tuple> RefUnwindSafe for ZipRow<Tuple>where
Tuple: RefUnwindSafe,
impl<Tuple> Send for ZipRow<Tuple>where
Tuple: Send,
impl<Tuple> Sync for ZipRow<Tuple>where
Tuple: Sync,
impl<Tuple> Unpin for ZipRow<Tuple>where
Tuple: Unpin,
impl<Tuple> UnwindSafe for ZipRow<Tuple>where
Tuple: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more