Expand description
UEFI variable storage helpers.
These store a value into a UEFI variable in a custom vendor namespace.
Enums§
- VarError
- An
Error
that may result from attempting to get value from a UEFI variable.
Traits§
- Uefi
Variable - A value that can be stored in a UEFI variable.
Functions§
- get_
variable - Gets a UEFI variable of a
UefiVariable
given the name - get_
variable_ str - Gets a UEFI variable of a
CStr16
slice given the name - set_
variable - Sets a UEFI variable to a
UefiVariable
given the name. - set_
variable_ str - Sets a UEFI variable to an
CStr16
slice given the name. - set_
variable_ u16_ slice - Sets a UEFI variable to a
u16
slice given the name.