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