Module uefi::proto[][src]

Expand description

Protocol definitions.

Protocols are sets of related functionality.

Protocols are identified by a unique ID.

Protocols can be implemented by a UEFI driver, and are usually retrieved from a standard UEFI table or by querying a handle.

Modules

console

Console support protocols.

debug

Provides support for the UEFI debugging protocol.

device_path

DevicePath protocol

loaded_image

LoadedImage protocol.

media

Media access protocols.

pi

Platform Initialization protocols.

Traits

Protocol

Common trait implemented by all standard UEFI protocols

Derive Macros

Protocol

Custom derive for the Protocol trait