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
sourceimpl Clone for ProcessHandles
impl Clone for ProcessHandles
sourcefn clone(&self) -> ProcessHandles
fn clone(&self) -> ProcessHandles
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for ProcessHandles
Auto Trait Implementations
impl RefUnwindSafe for ProcessHandles
impl Send for ProcessHandles
impl Sync for ProcessHandles
impl Unpin for ProcessHandles
impl UnwindSafe for ProcessHandles
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more