#[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
Auto Trait Implementations§
impl Freeze for SpawnResult
impl RefUnwindSafe for SpawnResult
impl Send for SpawnResult
impl Sync for SpawnResult
impl Unpin for SpawnResult
impl UnwindSafe for SpawnResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more