Struct nix::pty::OpenptyResult [−][src]
Representation of a master/slave pty pair
This is returned by openpty. Note that this type does not implement Drop, so the user
must manually close the file descriptors.
Fields
master: RawFd
slave: RawFd
Auto Trait Implementations
impl Send for OpenptyResult
impl Send for OpenptyResultimpl Sync for OpenptyResult
impl Sync for OpenptyResult