Expand description
An abstraction of block devices.
Traits§
- Block
Device - 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.