extern structstd.os.uefi.device_path.DevicePath.End.EndEntireDevicePath[src]

Fields

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

Source Code

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