pub const R: Perm;
Permission r--, equivalent to Perm { read: true, write: false, execute: false }.
r--
Perm { read: true, write: false, execute: false }