It supports nested unzip, so you can do it by mapping the triple to ((a, b), c) or (a, (b, c)), and unzip to the corresponding nesting of Vecs in tuples.
Hopefully, you'll do this with some computation involved, because data movement alone will easily saturate the memory bus, underutilizing the threads.