Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dready.rs20 const READ_CLOSED: usize = 0b0_0100; const
43 pub const READ_CLOSED: Ready = Ready(READ_CLOSED); const