enumstd.os.uefi.device_path.DevicePath.Messaging.Ipv4DevicePath.IpType[src]

Fields

dhcp = 0
static = 1

Source Code

Source code
pub const IpType = enum(u8) {
    dhcp = 0,
    static = 1,
}