Expand description
§DMA-Buf Helper Library
The DMA-Buf mechanism in Linux is aimed at providing a way for the user-space to efficiently share memory buffers between multiple devices, without any copy.
This library provides a safe abstraction over this interface for Rust.
Structs§
- DmaBuf
- A DMA-Buf buffer
- Mapped
DmaBuf - A
DmaBuf
mapped in memory
Enums§
- Buffer
Error - Error type to access a
MappedDmaBuf