Crate block_device_driver

Source
Expand description

An abstraction of block devices.

Traits§

BlockDevice
A trait for a block devices

Functions§

blocks_to_slice
Cast a slice of aligned blocks to a byte slice
blocks_to_slice_mut
Cast a mutable slice of aligned blocks to a mutable byte slice
slice_to_blocks
Cast a byte slice to an aligned slice of blocks.
slice_to_blocks_mut
Cast a mutable byte slice to an aligned mutable slice of blocks.