Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dready.rs21 const WRITE_CLOSED: usize = 0b0_1000; constant
45 pub const WRITE_CLOSED: Ready = Ready(WRITE_CLOSED); constant