type: DevicePath.Type
subtype: Subtype
length: u16 align(1)
parent_port_number: u8
interface_number: u8
pub const UsbDevicePath = extern struct { type: DevicePath.Type, subtype: Subtype, length: u16 align(1), parent_port_number: u8, interface_number: u8, }
Press escape to exit search and then '?' to see more options.