Files
ssw/doc/implementors/std/os/fd/raw/trait.FromRawFd.js
2023-01-09 19:23:20 +01:00

3 lines
1.2 KiB
JavaScript

(function() {var implementors = {};
implementors["rustix"] = [{"text":"impl&lt;'context, T:&nbsp;<a class=\"trait\" href=\"rustix/fd/trait.AsFd.html\" title=\"trait rustix::fd::AsFd\">AsFd</a> + <a class=\"trait\" href=\"https://doc.rust-lang.org/1.64.0/core/convert/trait.Into.html\" title=\"trait core::convert::Into\">Into</a>&lt;<a class=\"struct\" href=\"rustix/fd/struct.OwnedFd.html\" title=\"struct rustix::fd::OwnedFd\">OwnedFd</a>&gt; + <a class=\"trait\" href=\"https://doc.rust-lang.org/1.64.0/core/convert/trait.From.html\" title=\"trait core::convert::From\">From</a>&lt;<a class=\"struct\" href=\"rustix/fd/struct.OwnedFd.html\" title=\"struct rustix::fd::OwnedFd\">OwnedFd</a>&gt;&gt; <a class=\"trait\" href=\"rustix/fd/trait.FromRawFd.html\" title=\"trait rustix::fd::FromRawFd\">FromRawFd</a> for <a class=\"struct\" href=\"rustix/io/epoll/struct.Epoll.html\" title=\"struct rustix::io::epoll::Epoll\">Epoll</a>&lt;<a class=\"struct\" href=\"rustix/io/epoll/struct.Owning.html\" title=\"struct rustix::io::epoll::Owning\">Owning</a>&lt;'context, T&gt;&gt;","synthetic":false,"types":["rustix::backend::io::epoll::Epoll"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()