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