Searched defs:WRITABLE (Results 1 – 2 of 2) sorted by relevance
22 const WRITABLE: u8 = 0b0010; const29 pub const WRITABLE: Interest = Interest(unsafe { NonZeroU8::new_unchecked(WRITABLE) }); const
19 const WRITABLE: usize = 0b0_10; const41 pub const WRITABLE: Ready = Ready(WRITABLE); const