Home
last modified time | relevance | path

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

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