extern struct PcCardDevicePath [src]
Fields
type: DevicePath.Type
subtype: Subtype
length: u16 align(1)
function_number: u8
 Source
 pub const PcCardDevicePath = extern struct {
    type: DevicePath.Type,
    subtype: Subtype,
    length: u16 align(1),
    function_number: u8,
}