Re-exports§
pub use crate::pinned_buffer_allocator::DEFAULT_PIN_CHUNK_SIZE;pub use crate::pinned_buffer_allocator::PinnedBuffer;pub use crate::pinned_buffer_allocator::PinnedBufferAllocator;pub use crate::pinned_buffer_allocator::PinnedBufferFuture;
Structs§
- Buffer
Allocator - BufferAllocator creates Buffer objects to be used for block device I/O requests.
- Buffer
Future - A future which will resolve to an allocated buffer.
- Buffer
Source - A buffer source backed by a VMO.
Traits§
- TryAllocate
Buffer - A trait for buffer allocators that support asynchronous buffer allocation via event listeners.