Skip to main content

Module firmware

Module firmware 

Source
Expand description

Get firmware settings (only for modern systems with UEFI)

Note: you need to be root for get this information.

§Example

use ferrix_lib::firmware::Firmware;
let f = Firmware::new().unwrap();
println!("WMI Driver: {}", &f.driver_name);
dbg!(&f.attributes);

Structs§

Attribute
Firmware