Struct wasix::ProcessHandles
source · #[repr(C)]pub struct ProcessHandles {
pub bid: Bid,
pub stdin: OptionFd,
pub stdout: OptionFd,
pub stderr: OptionFd,
}Fields§
§bid: BidHandle that represents the process
stdin: OptionFdFile handle for STDIN
stdout: OptionFdFile handle for STDOUT
stderr: OptionFdFile handle for STDERR
Trait Implementations§
source§impl Clone for ProcessHandles
impl Clone for ProcessHandles
source§fn clone(&self) -> ProcessHandles
fn clone(&self) -> ProcessHandles
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more