#[repr(C)]pub struct SpawnResult {
pub handle: u64,
pub stdin: RtFd,
pub stdout: RtFd,
pub stderr: RtFd,
pub _reserved: i32,
}Fields§
§handle: u64§stdin: RtFd§stdout: RtFd§stderr: RtFd§_reserved: i32Trait Implementations§
Source§impl Default for SpawnResult
impl Default for SpawnResult
Source§fn default() -> SpawnResult
fn default() -> SpawnResult
Returns the “default value” for a type. Read more