Home
last modified time | relevance | path

Searched defs:BorrowWritePty (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dpty.rs98 pub fn split(&mut self) -> (BorrowReadPty, BorrowWritePty) { in split() argument
240 pub struct BorrowWritePty<'a>(&'a Pty); struct
242 impl BorrowWritePty<'_> { impl
265 impl AsyncWrite for BorrowWritePty<'_> { implementation