Struct pty::prelude::Slave [] [src]

pub struct Slave { /* fields omitted */ }

Methods

impl Slave
[src]

The constructor function new returns the Slave interface.

Trait Implementations

impl Debug for Slave
[src]

Formats the value using the given formatter.

impl AsRawFd for Slave
[src]

The accessor function as_raw_fd returns the fd.

impl Drop for Slave
[src]

A method called when the value goes out of scope. Read more