extern struct 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

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), }