extern structstd.os.uefi.device_path.DevicePath.Messaging.MacAddressDevicePath[src]

Fields

type: DevicePath.Type
subtype: Subtype
length: u16 align(1)
mac_address: uefi.MacAddress
if_type: u8

Source Code

Source code
pub const MacAddressDevicePath = extern struct {
    type: DevicePath.Type,
    subtype: Subtype,
    length: u16 align(1),
    mac_address: uefi.MacAddress,
    if_type: u8,
}