Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dinterest.rs22 const WRITABLE: u8 = 0b0010; const
29 pub const WRITABLE: Interest = Interest(unsafe { NonZeroU8::new_unchecked(WRITABLE) }); const
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dready.rs19 const WRITABLE: usize = 0b0_10; const
41 pub const WRITABLE: Ready = Ready(WRITABLE); const