enumstd.os.uefi.tables.LocateSearchType[src]

Fields

all_handles
by_register_notify
by_protocol

Source Code

Source code
pub const LocateSearchType = enum(u32) {
    all_handles,
    by_register_notify,
    by_protocol,
}