Expand description
Modules§
- capsule
- UEFI update capsules.
- firmware_
storage - Types related to firmware storage.
- protocol
- Protocol definitions.
- table
- Standard UEFI tables.
- time
- Date and time types.
Macros§
- guid
- Create a
Guid
from a string at compile time. - newtype_
enum - Interface a C-style enum as an integer newtype.
Structs§
- Guid
- Globally-unique identifier.
- Ipv4
Address - An IPv4 internet protocol address.
- Ipv6
Address - An IPv6 internet protocol address.
- MacAddress
- A Media Access Control (MAC) address.
- Status
- UEFI uses status codes in order to report successes, errors, and warnings.
Type Aliases§
- Char8
- One-byte character.
- Char16
- Two-byte character.
- Event
- Handle to an event structure.
- Handle
- Handle to a UEFI entity (protocol, image, etc).
- Physical
Address - Physical memory address. This is always a 64-bit value, regardless of target platform.
- Virtual
Address - Virtual memory address. This is always a 64-bit value, regardless of target platform.
Unions§
- IpAddress
- An IPv4 or IPv6 internet protocol address.