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