Expand description
Get firmware settings (only for modern systems with UEFI)
Note: you need to be
rootfor get this information.
§Example
use ferrix_lib::firmware::Firmware;
let f = Firmware::new().unwrap();
println!("WMI Driver: {}", &f.driver_name);
dbg!(&f.attributes);