enumstd.os.uefi.device_path.DevicePath.End.Subtype[src]

Fields

end_entire = 0xff
end_this_instance = 0x01
_

Source Code

Source code
pub const Subtype = enum(u8) {
    end_entire = 0xff,
    end_this_instance = 0x01,
    _,
}