Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/socket2/src/
Dsockref.rs61 pub struct SockRef<'s> { struct
71 impl<'s> Deref for SockRef<'s> { argument
82 impl<'s, S> From<&'s S> for SockRef<'s> implementation
100 impl<'s, S> From<&'s S> for SockRef<'s> implementation
115 impl fmt::Debug for SockRef<'_> { implementation