Lines Matching defs:for
1 //! Implementations of io-lifetimes' traits for socket2's types. In the
17 impl AsFd for socket2::Socket {
25 impl AsSocket for socket2::Socket {
33 impl IntoFd for socket2::Socket {
41 impl From<socket2::Socket> for OwnedFd {
49 impl IntoSocket for socket2::Socket {
57 impl From<socket2::Socket> for OwnedSocket {
65 impl FromFd for socket2::Socket {
73 impl From<OwnedFd> for socket2::Socket {
81 impl FromSocket for socket2::Socket {
89 impl From<OwnedSocket> for socket2::Socket {