Searched defs:PtyMaster (Results 1 – 1 of 1) sorted by relevance
53 pub struct PtyMaster(OwnedFd); struct55 impl AsRawFd for PtyMaster { implementation61 impl AsFd for PtyMaster { implementation67 impl IntoRawFd for PtyMaster { implementation74 impl io::Read for PtyMaster { implementation80 impl io::Write for PtyMaster { implementation89 impl io::Read for &PtyMaster { implementation95 impl io::Write for &PtyMaster { implementation152 pub fn posix_openpt(flags: fcntl::OFlag) -> Result<PtyMaster> { in posix_openpt()