enumstd.os.uefi.protocol.hii_popup.HiiPopup.PopupSelection[src]

Fields

ok
cancel
yes
no

Source Code

Source code
pub const PopupSelection = enum(u32) {
    ok,
    cancel,
    yes,
    no,
}