[][src]Function efivar::system

pub fn system() -> Box<dyn VarManager>

Returns a VarManager that represents the firmware variables of the running system

Reading variables should not require extra permissions, but writing variables will.

The returned object will change the values stored in the system's NVRAM. Please be cautious when using its methods.