Home
last modified time | relevance | path

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

/third_party/rust/crates/io-lifetimes/src/
Dtypes.rs198 pub struct OwnedHandle { struct
203 impl OwnedHandle { implementation
215 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 {} implementation
422 unsafe impl Sync for OwnedHandle {} implementation
496 impl TryFrom<HandleOrInvalid> for OwnedHandle { implementation
515 impl TryFrom<HandleOrNull> for OwnedHandle { implementation
594 impl AsRawHandle for OwnedHandle { implementation
620 impl IntoRawHandle for OwnedHandle { implementation
[all …]
Dimpls_fs_err.rs51 fn into_handle(self) -> OwnedHandle { in into_handle()
57 impl From<fs_err::File> for OwnedHandle { implementation
Dimpls_std.rs53 impl AsHandle for OwnedHandle { implementation
77 impl IntoHandle for OwnedHandle { implementation
79 fn into_handle(self) -> OwnedHandle { in into_handle()
101 impl FromHandle for OwnedHandle { implementation
167 fn into_handle(self) -> OwnedHandle { in into_handle()
173 impl From<std::fs::File> for OwnedHandle { implementation
583 fn into_handle(self) -> OwnedHandle { in into_handle()
589 impl From<std::process::ChildStdin> for OwnedHandle { implementation
631 fn into_handle(self) -> OwnedHandle { in into_handle()
637 impl From<std::process::ChildStdout> for OwnedHandle { implementation
[all …]
Dimpls_os_pipe.rs51 fn into_handle(self) -> OwnedHandle { in into_handle()
57 impl From<os_pipe::PipeReader> for OwnedHandle { implementation
131 fn into_handle(self) -> OwnedHandle { in into_handle()
137 impl From<os_pipe::PipeWriter> for OwnedHandle { implementation
Dtraits.rs109 fn into_handle(self) -> OwnedHandle; in into_handle()
209 fn from_into_handle<Owned: Into<OwnedHandle>>(into_owned: Owned) -> Self in from_into_handle()
Dlib.rs130 fn into_handle(self) -> OwnedHandle { in into_handle()
Dimpls_async_std.rs58 fn into_handle(self) -> OwnedHandle { in into_handle()
64 impl From<async_std::fs::File> for OwnedHandle { implementation
Dviews.rs213 unsafe impl FilelikeViewType for OwnedHandle {} implementation
/third_party/rust/crates/io-lifetimes/examples/
Downing-wrapper.rs92 fn into_handle(self) -> OwnedHandle { in into_handle()
98 impl From<Thing> for OwnedHandle { implementation