Searched defs:PtyMaster (Results 1 – 1 of 1) sorted by relevance
51 pub struct PtyMaster(OwnedFd); struct53 impl AsRawFd for PtyMaster { implementation59 impl IntoRawFd for PtyMaster { implementation66 impl io::Read for PtyMaster { implementation72 impl io::Write for PtyMaster { implementation81 impl io::Read for &PtyMaster { implementation87 impl io::Write for &PtyMaster { implementation144 pub fn posix_openpt(flags: fcntl::OFlag) -> Result<PtyMaster> { in posix_openpt()