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