Searched defs:PtyMaster (Results 1 – 1 of 1) sorted by relevance
47 pub struct PtyMaster(RawFd); struct49 impl AsRawFd for PtyMaster { implementation55 impl IntoRawFd for PtyMaster { implementation63 impl Drop for PtyMaster { implementation79 impl io::Read for PtyMaster { implementation85 impl io::Write for PtyMaster { implementation142 pub fn posix_openpt(flags: fcntl::OFlag) -> Result<PtyMaster> { in posix_openpt()