Skip to main content

SpawnResult

Type Alias SpawnResult 

Source
pub type SpawnResult = PosixSpawnResult;

Aliased Type§

pub struct SpawnResult {
    pub pid: i32,
    pub pidfd: Option<i32>,
    pub stdin: Option<Fd>,
    pub stdout: Option<Fd>,
    pub stderr: Option<Fd>,
    pub ipc: Option<Fd>,
    pub extra_pipes: Vec<ExtraPipe>,
    pub memfds: [bool; 3],
    pub has_exited: bool,
}

Fields§

§pid: i32§pidfd: Option<i32>§stdin: Option<Fd>§stdout: Option<Fd>§stderr: Option<Fd>§ipc: Option<Fd>§extra_pipes: Vec<ExtraPipe>§memfds: [bool; 3]§has_exited: bool