extern structstd.os.uefi.device_path.DevicePath.Messaging.DeviceLogicalUnitDevicePath[src]

Fields

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

Source Code

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