Struct stemjail::jail::SessionIo [] [src]

pub struct SessionIo {
    // some fields omitted
}

Methods

impl SessionIo

fn new(fd: &FileDesc) -> Result<SessionIo>

fn take_slave_fd(&mut self) -> Option<File>

fn get_master(&self) -> &File

Trait Implementations

impl AsRef<Path> for SessionIo

fn as_ref(&self) -> &Path