Expand description
Diskio library provides trait for handling disk IO devices.
Enums§
- Error
DiskioDevice
error type.- Ioctl
Cmd - Ioctl commands.
- Status
Flag - Flags of
Status
.
Traits§
- Diskio
Device - Represents disk IO device.
Type Aliases§
- Block
Size - Block size of a drive.
- Data
Area - Data area.
0
- start of data area.1
- end of data area. - Lba
- Memory sector address.
- Sector
Size - Sector size of a drive.
- Status
- Flagset of
DiskioDevice
status.