enumstd.os.uefi.device_path.DevicePath.Media.HardDriveDevicePath.Format[src]

Fields

legacy_mbr = 0x01
guid_partition_table = 0x02

Source Code

Source code
pub const Format = enum(u8) {
    legacy_mbr = 0x01,
    guid_partition_table = 0x02,
}