Home
last modified time | relevance | path

Searched refs:from_handle (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/io-lifetimes/src/
H A Dimpls_os_pipe.rs83 fn from_handle(owned: OwnedHandle) -> Self { in from_handle() functions
163 fn from_handle(owned: OwnedHandle) -> Self { in from_handle() functions
H A Dtraits.rs185 /// let f = File::from_handle(owned_handle);
190 note = "`FromHandle::from_handle` is replaced by `From<OwnedHandle>::from`"
192 fn from_handle(owned: OwnedHandle) -> Self; in from_handle() functions
H A Dimpls_tokio.rs51 fn from_handle(owned: OwnedHandle) -> Self { in from_handle() functions
H A Dlib.rs118 fn from_handle(owned_handle: OwnedHandle) -> Self { in from_handle() functions
H A Dimpls_std.rs103 fn from_handle(owned: OwnedHandle) -> Self { in from_handle() functions
119 fn from_handle(owned: OwnedHandle) -> Self { in from_handle() functions
199 fn from_handle(owned: OwnedHandle) -> Self { in from_handle() functions
711 fn from_handle(owned: OwnedHandle) -> Self { in from_handle() functions
H A Dimpls_async_std.rs90 fn from_handle(owned: OwnedHandle) -> Self { in from_handle() functions
/third_party/rust/crates/io-lifetimes/examples/
H A Downing-wrapper.rs109 fn from_handle(filelike: OwnedHandle) -> Self { in from_handle() functions

Completed in 4 milliseconds