Home
last modified time | relevance | path

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

/external/rust/crates/mio/src/sys/windows/
Dselector.rs91 pub struct SockState { struct
113 impl SockState { argument
260 impl SockState { impl
291 impl Drop for SockState { implementation
307 fn from_overlapped(ptr: *mut OVERLAPPED) -> Pin<Arc<Mutex<SockState>>> { in from_overlapped()