Module buffer

Source

Re-exports§

pub use crate::buffer_allocator::BufferFuture;

Structs§

Buffer
Buffer is a read-write buffer that can be used for I/O with the block device. They are created by a BufferAllocator, and automatically deallocate themselves when they go out of scope.
BufferRef
BufferRef is an unowned, read-only view over a Buffer.
MutableBufferRef
MutableBufferRef is an unowned, read-write view of a Buffer.

Traits§

SliceRange