Closed
Description
Even tough FileMode and FileAttribute are public:
- https://github.com/GabrielMajeri/uefi-rs/blob/9bce39c5dbb6299d4ead161c06ae4b1721a5ceec/src/proto/media/file.rs#L176
- https://github.com/GabrielMajeri/uefi-rs/blob/9bce39c5dbb6299d4ead161c06ae4b1721a5ceec/src/proto/media/file.rs#L184
they are not exported to external users of the library:
Is there another way to get access to these bitfields that I'm missing?