extern structstd.os.uefi.device_path.DevicePath.Acpi.BaseAcpiDevicePath[src]

Fields

type: DevicePath.Type
subtype: Subtype
length: u16 align(1)
hid: u32 align(1)
uid: u32 align(1)

Source Code

Source code
pub const BaseAcpiDevicePath = extern struct {
    type: DevicePath.Type,
    subtype: Subtype,
    length: u16 align(1),
    hid: u32 align(1),
    uid: u32 align(1),
}