mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-28 18:57:40 +00:00
![]() 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> |
||
---|---|---|
.. | ||
debian | ||
src | ||
tests | ||
Cargo.toml |