Crate diskio

Source
Expand description

Diskio library provides trait for handling disk IO devices.

Enums§

Error
DiskioDevice error type.
IoctlCmd
Ioctl commands.
StatusFlag
Flags of Status.

Traits§

DiskioDevice
Represents disk IO device.

Type Aliases§

BlockSize
Block size of a drive.
DataArea
Data area. 0 - start of data area. 1 - end of data area.
Lba
Memory sector address.
SectorSize
Sector size of a drive.
Status
Flagset of DiskioDevice status.