Searched defs:OwnedHandle (Results 1 – 9 of 9) sorted by relevance
198 pub struct OwnedHandle { struct203 impl OwnedHandle { implementation215 pub fn try_clone_to_owned(&self) -> std::io::Result<OwnedHandle> { in try_clone_to_owned()235 ) -> std::io::Result<OwnedHandle> { in duplicate()414 unsafe impl Send for OwnedHandle {} implementation422 unsafe impl Sync for OwnedHandle {} implementation496 impl TryFrom<HandleOrInvalid> for OwnedHandle { implementation515 impl TryFrom<HandleOrNull> for OwnedHandle { implementation594 impl AsRawHandle for OwnedHandle { implementation620 impl IntoRawHandle for OwnedHandle { implementation[all …]
51 fn into_handle(self) -> OwnedHandle { in into_handle()57 impl From<fs_err::File> for OwnedHandle { implementation
53 impl AsHandle for OwnedHandle { implementation77 impl IntoHandle for OwnedHandle { implementation79 fn into_handle(self) -> OwnedHandle { in into_handle()101 impl FromHandle for OwnedHandle { implementation167 fn into_handle(self) -> OwnedHandle { in into_handle()173 impl From<std::fs::File> for OwnedHandle { implementation583 fn into_handle(self) -> OwnedHandle { in into_handle()589 impl From<std::process::ChildStdin> for OwnedHandle { implementation631 fn into_handle(self) -> OwnedHandle { in into_handle()637 impl From<std::process::ChildStdout> for OwnedHandle { implementation[all …]
51 fn into_handle(self) -> OwnedHandle { in into_handle()57 impl From<os_pipe::PipeReader> for OwnedHandle { implementation131 fn into_handle(self) -> OwnedHandle { in into_handle()137 impl From<os_pipe::PipeWriter> for OwnedHandle { implementation
109 fn into_handle(self) -> OwnedHandle; in into_handle()209 fn from_into_handle<Owned: Into<OwnedHandle>>(into_owned: Owned) -> Self in from_into_handle()
130 fn into_handle(self) -> OwnedHandle { in into_handle()
58 fn into_handle(self) -> OwnedHandle { in into_handle()64 impl From<async_std::fs::File> for OwnedHandle { implementation
213 unsafe impl FilelikeViewType for OwnedHandle {} implementation
92 fn into_handle(self) -> OwnedHandle { in into_handle()98 impl From<Thing> for OwnedHandle { implementation