Expand description
NVMe driver implementation.
Modules§
- save_
restore - Save/restore data structures exposed by the NVMe driver.
Structs§
- Namespace
Handle - A thin Namespace wrapper to revoke cloning permissions on
Arc<Namespace>. This type allows the nvme_driver to force system-wide single-ownership semantics forNamespaceobjects. Because the end-user can no longer call namespace.clone(),weak.upgrade()can safely be used to determine when a Namespace is no longer in use by the disk. - Nvme
Driver - An NVMe driver.
Enums§
- Namespace
Error - An error getting a namespace.
- Request
Error - An error issuing an NVMe request.