Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dafd.rs240 pub exclusive: u32, field
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Dframe.rs140 exclusive: bool, field
Ddecoder.rs463 let exclusive = buf[0] & EXCLUSIVE_MASK == EXCLUSIVE_MASK; in decode_priority_payload() localVariable