extern structstd.os.uefi.tables.ProtocolInformationEntry[src]

Fields

agent_handle: ?Handle
controller_handle: ?Handle
attributes: OpenProtocolAttributes
open_count: u32

Source Code

Source code
pub const ProtocolInformationEntry = extern struct {
    agent_handle: ?Handle,
    controller_handle: ?Handle,
    attributes: OpenProtocolAttributes,
    open_count: u32,
}