Crate mbr_nostd

Source

Structs§

MasterBootRecord
A struct representing an MBR partition table.
MbrError
A general error thrown by the mbr-nostd crate.
PartitionTableEntry
An entry in a partition table.

Enums§

ErrorCause
The possible causes of an error.
PartitionType
The type of a particular partition.

Traits§

PartitionTable
A general trait for partition table types.