Module block_device

Source

Structs§

BlockDeviceConfig
Block device configuration options.
PanickingBlockDeviceFactory
A BlockDeviceFactory that panics when trying to create a block device. This is useful for benchmarking filesystems that don’t need to create a block device.

Traits§

BlockDevice
A trait representing a block device.
BlockDeviceFactory
A trait for constructing block devices.