25 *
this = std::forward<ProcessData>(rhs);
50 pid = std::move(rhs.pid);
51 ppid = std::move(rhs.ppid);
52 vram = std::move(rhs.vram);
53 rram = std::move(rhs.rram);
54 threads = std::move(rhs.threads);
55 utime = std::move(rhs.utime);
56 stime = std::move(rhs.stime);
57 cutime = std::move(rhs.cutime);
58 cstime = std::move(rhs.cstime);
59 cmd = std::move(rhs.cmd);