[][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.

media

Media access protocols.

pi

Platform Initialization protocols.

Traits

Protocol

Common trait implemented by all standard UEFI protocols

Derive Macros

Protocol

unsafe_guid attribute macro, implements the Identify trait for any type (mostly works like a custom derive, but also supports type aliases)