mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-03 10:14:40 +00:00
![]() While Option serves a similar purpose, ManuallyDrop is an api more directed at what we're actually doing here. Note that Option<Box<>> is sort of guaranteed to have the same layout as Box<> mostly due to the fact that Box<> cannot be null, whereas ManuallyDrop is always guaranteed to be the same layout as the inner type. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> |
||
---|---|---|
api-test | ||
proxmox | ||
proxmox-api | ||
proxmox-api-macro | ||
proxmox-sys | ||
proxmox-tools | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
Makefile | ||
rust-toolchain | ||
rustfmt.toml |