Skip to main content

Module blockdev

Module blockdev 

Source
Expand description

Block device abstraction layer.

This module provides the BlockDevice trait and implementations for various backing stores, as well as the internal bridge to lwext4’s C API.

Structs§

FileBlockDevice
A block device backed by a file on the host filesystem.
MemoryBlockDevice
A block device backed by memory.

Traits§

BlockDevice
Trait for block devices that can be used with ext4 filesystems.
BlockDeviceExt
Extension trait for BlockDevice with helper methods.