extern structstd.os.uefi.device_path.DevicePath.Hardware.BmcDevicePath[src]

Fields

type: DevicePath.Type
subtype: Subtype
length: u16 align(1)
interface_type: u8
base_address: u64 align(1)

Source Code

Source code
pub const BmcDevicePath = extern struct {
    type: DevicePath.Type,
    subtype: Subtype,
    length: u16 align(1),
    interface_type: u8,
    base_address: u64 align(1),
}