Struct nix::pty::ForkptyResult [−][src]
pub struct ForkptyResult {
pub master: RawFd,
pub fork_result: ForkResult,
}Representation of a master with a forked pty
This is returned by forkpty. Note that this type does not implement Drop, so the user
must manually close the file descriptors.
Fields
master: RawFdThe master port in a virtual pty pair
fork_result: ForkResultMetadata about forked process
Trait Implementations
impl Clone for ForkptyResult[src]
impl Clone for ForkptyResult[src]