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: RawFdThe master port in a virtual pty pair
slave: RawFdThe slave port in a virtual pty pair
Trait Implementations
impl Clone for OpenptyResult[src]
impl Clone for OpenptyResult[src]fn clone(&self) -> OpenptyResult[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Hash for OpenptyResult[src]
impl Hash for OpenptyResult[src]impl PartialEq<OpenptyResult> for OpenptyResult[src]
impl PartialEq<OpenptyResult> for OpenptyResult[src]