Crate direct_storage
source ·Expand description
Rust bindings for DirectStorage.
We try to provide the same abstraction level and coding style as windows-rs.
For more documentation, please have a look at the header files of the official distribution. We can’t simply copy those because of licensing issues.
This crate will panic if it can’t find the shared libraries of DirectStorage. Please refer to the README.md on how to install them.
Modules§
- Functions in this module are loaded dynamically at runtime, instead of linked dynamically against
dstorage.libat compile-time.
Structs§
Constants§
Functions§
- Create a temporary “owned” copy inside a
ManuallyDropwithout increasing the refcount or moving away the source variable.