struct WaitPidResult [src]

Fields

pid: pid_t
status: u32

Source

pub const WaitPidResult = struct { pid: pid_t, status: u32, }