/**
Allows the editing of when a file was created, modified, and accessed.
*/#[cfg(feature="metadata")]pubmodtime;/**
Allows the editing of file attribute data.
This includes setting a file to hidden and read-only.
*/#[cfg(feature="metadata")]pubmodattribute;#[cfg(test)]pubmodtime;#[cfg(test)]pubmodattribute;