Searched defs:PtyMaster (Results 1 – 1 of 1) sorted by relevance
50 pub struct PtyMaster(RawFd); struct52 impl AsRawFd for PtyMaster { implementation58 impl IntoRawFd for PtyMaster { implementation66 impl Drop for PtyMaster { implementation82 impl io::Read for PtyMaster { implementation88 impl io::Write for PtyMaster { implementation97 impl io::Read for &PtyMaster { implementation103 impl io::Write for &PtyMaster { implementation160 pub fn posix_openpt(flags: fcntl::OFlag) -> Result<PtyMaster> { in posix_openpt()