Home
last modified time | relevance | path

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

/external/rust/crates/socket2/src/
Dsockref.rs85 pub struct SockRef<'s> { struct
95 impl<'s> Deref for SockRef<'s> { argument
106 impl<'s, S> From<&'s S> for SockRef<'s> implementation
124 impl<'s, S> From<&'s S> for SockRef<'s> implementation
139 impl fmt::Debug for SockRef<'_> { implementation