Home
last modified time | relevance | path

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

/third_party/rust/crates/io-lifetimes/src/
Dtraits.rs61 fn as_socket(&self) -> BorrowedSocket<'_>; in as_socket() method
278 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
287 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
Dimpls_tokio.rs75 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
91 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
107 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
Dimpls_socket2.rs27 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
Dimpls_mio.rs27 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
107 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
187 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
Dimpls_async_std.rs114 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
194 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
274 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
Dimpls_std.rs39 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
63 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
223 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
303 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
383 fn as_socket(&self) -> BorrowedSocket { in as_socket() method
/third_party/rust/crates/rustix/src/backend/libc/io/
Dpoll_fd.rs131 fn as_socket(&self) -> BorrowedFd<'_> { in as_socket() method