[−][src]Module disk_initializer::gpt
GPT definition module.
Specs: https://web.archive.org/web/20190822022034/https://uefi.org/sites/default/files/resources/UEFI_Spec_2_8_final.pdf
Structs
| GPTHeader | The header of a GPT table. |
| GPTPartitionEntry | A GPT partition entry. |
| PartitionIterator | Iterator over GPT partitions |
| PartitionManager | Manage partition of a IStorage. |
| RawUUID | A raw uuid representation. |
Functions
| calculate_crc32 | Compute the CRC32 of a given slice. |
| lba_to_cls | Convert a LBA to a CLS address. |