Files
rust/library/std
Matthias Krüger a21d41a22d Rollup merge of #138269 - Ayush1325:uefi-fs-permission, r=joboet
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````
2025-03-12 17:59:07 +01:00
..
2025-02-12 14:44:30 -08:00
2025-02-13 13:10:28 -08:00
2025-03-09 15:38:29 -07:00