extern struct DeviceLogicalUnitDevicePath [src]

Fields

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

Source

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