Module storage_device::buffer

source ·

Re-exports§

Structs§

  • 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 is an unowned, read-only view over a Buffer.
  • MutableBufferRef is an unowned, read-write view of a Buffer.

Traits§