mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
a21d41a22d
uefi: fs: Implement FileType, FilePermissions and FileAttr - In UEFI, both FileType and FilePermissions are represented by the attr bitfield. - Using simple bools here since both are represented by a single bit. - Add `FILE_PERMISSION` mask for constructing attribute while change permissions. cc ````@nicholasbishop````