proxmox/proxmox-sys
Lukas Wagner 0f1b84e93c sys: fs: derive Copy for CreateOptions
Pretty much all functions accepting `CreateOptions` take a value and not
a reference, so I've found myself using `.clone()` quite often in code
I've written recently.
The struct is only 24 bytes large (verified by a
`std::mem::size_of::<CreateOptions>()`), so it should be absolutely fine
to just derive Copy for it.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
2025-01-29 18:09:24 +01:00
..
debian sys: bump version to 0.6.5-1 2024-12-05 08:32:47 +01:00
src sys: fs: derive Copy for CreateOptions 2025-01-29 18:09:24 +01:00
tests run cargo fmt 2024-06-24 10:02:31 +02:00
Cargo.toml sys: bump version to 0.6.5-1 2024-12-05 08:32:47 +01:00