rust/src/libstd/os/android
Ben S b40163beb9 Make the Metadata struct Clone
This commit adds #[derive(Clone)] to std::fs::Metadata, making that struct
cloneable. Although the exact contents of that struct differ between OSes,
they all have it contain only value types, meaning that the data can be re-used without repercussions.

It also adds #[derive(Clone)] to every type used by that struct across all
OSes, including the various Unix `stat` structs and Windows's
`WIN32_FILE_ATTRIBUTE_DATA`.
2015-10-13 13:06:00 +01:00
..
mod.rs std: Stabilize a number of new fs features 2015-06-09 17:44:13 -07:00
raw.rs Make the Metadata struct Clone 2015-10-13 13:06:00 +01:00