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