Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/io/fd/
Downed.rs90 pub fn try_clone(&self) -> crate::io::Result<Self> { in try_clone() method
108 pub fn try_clone(&self) -> crate::io::Result<Self> { in try_clone() method
/third_party/rust/crates/io-lifetimes/src/
Dtypes.rs125 pub fn try_clone(&self) -> std::io::Result<Self> { in try_clone() method
206 pub fn try_clone(&self) -> std::io::Result<Self> { in try_clone() method
274 pub fn try_clone(&self) -> std::io::Result<Self> { in try_clone() method
/third_party/rust/rust/library/std/src/net/
Dtcp.rs254 pub fn try_clone(&self) -> io::Result<TcpStream> { in try_clone() method
804 pub fn try_clone(&self) -> io::Result<TcpListener> { in try_clone() method
Dudp.rs253 pub fn try_clone(&self) -> io::Result<UdpSocket> { in try_clone() method
/third_party/rust/rust/library/std/src/os/unix/net/
Dlistener.rs177 pub fn try_clone(&self) -> io::Result<UnixListener> { in try_clone() method
Dstream.rs182 pub fn try_clone(&self) -> io::Result<UnixStream> { in try_clone() method
Ddatagram.rs266 pub fn try_clone(&self) -> io::Result<UnixDatagram> { in try_clone() method
Dtests.rs96 fn try_clone() { in try_clone() function
/third_party/rust/rust/library/std/src/sys/windows/
Dhandle.rs213 pub fn try_clone(&self) -> io::Result<Self> { in try_clone() method
/third_party/rust/rust/library/std/src/os/windows/io/
Dsocket.rs87 pub fn try_clone(&self) -> io::Result<Self> { in try_clone() method
Dhandle.rs183 pub fn try_clone(&self) -> crate::io::Result<Self> { in try_clone() method
/third_party/rust/rust/library/std/src/os/fd/
Downed.rs84 pub fn try_clone(&self) -> crate::io::Result<Self> { in try_clone() method
/third_party/rust/rust/library/std/src/
Dfs.rs612 pub fn try_clone(&self) -> io::Result<File> { in try_clone() method