[][src]Module uefi::proto

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.

loaded_image

Loaded image 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