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

Fields

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

Source Code

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