Struct pty_shell::tty::Slave [] [src]

pub struct Slave { /* fields omitted */ }

Methods

impl Slave
[src]

The constructor function new returns the Slave interface.

Trait Implementations

impl Drop for Slave
[src]

impl AsRawFd for Slave
[src]

The accessor function as_raw_fd returns the fd.

impl Debug for Slave
[src]

Formats the value using the given formatter.