Module uefi::table::runtime

source ·
Expand description

UEFI services available at runtime, even after the OS boots.

Structs§

  • A bitmask containing daylight savings time information.
  • The type of system reset.
  • Contains pointers to all of the runtime services.
  • Date and time representation.
  • Real time clock capabilities.
  • Error returned by Time methods if the input is outside the valid range.
  • Input parameters for Time::new.
  • Flags describing the attributes of a variable.
  • Unique key for a variable.
  • Information about UEFI variable storage space returned by RuntimeServices::query_variable_info. Note that the data here is limited to a specific type of variable (as specified by the attributes argument to query_variable_info).
  • Variable vendor GUID. This serves as a namespace for variables to avoid naming conflicts between vendors. The UEFI specification defines some special values, and vendors will define their own.