enumstd.os.uefi.device_path.DevicePath.Media.Subtype[src]

Fields

hard_drive = 1
cdrom = 2
vendor = 3
file_path = 4
media_protocol = 5
piwg_firmware_file = 6
piwg_firmware_volume = 7
relative_offset_range = 8
ram_disk = 9
_

Source Code

Source code
pub const Subtype = enum(u8) {
    hard_drive = 1,
    cdrom = 2,
    vendor = 3,
    file_path = 4,
    media_protocol = 5,
    piwg_firmware_file = 6,
    piwg_firmware_volume = 7,
    relative_offset_range = 8,
    ram_disk = 9,
    _,
}