extern struct VlanDevicePath [src]

Fields

type: DevicePath.Type
subtype: Subtype
length: u16 align(1)
vlan_id: u16 align(1)

Source

pub const VlanDevicePath = extern struct { type: DevicePath.Type, subtype: Subtype, length: u16 align(1), vlan_id: u16 align(1), }