diff options
author | 2022-03-10 03:02:17 -0300 | |
---|---|---|
committer | 2022-04-26 18:57:00 -0300 | |
commit | 53538b65b1c557015c2900fc28b8916cf719a10b (patch) | |
tree | d0e9b72d60275d3bd3654c3f4dbbc870717d5790 /native/src/system | |
parent | c8ed318e17c8a7673e4260e5d4e12c44c9faa987 (diff) | |
download | iced-53538b65b1c557015c2900fc28b8916cf719a10b.tar.gz iced-53538b65b1c557015c2900fc28b8916cf719a10b.tar.bz2 iced-53538b65b1c557015c2900fc28b8916cf719a10b.zip |
Add `system_information` example
Diffstat (limited to 'native/src/system')
-rw-r--r-- | native/src/system/information.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/native/src/system/information.rs b/native/src/system/information.rs index a2abec93..e614f11e 100644 --- a/native/src/system/information.rs +++ b/native/src/system/information.rs @@ -9,10 +9,6 @@ pub struct Information { pub system_version: Option<String>, /// Contains the processor brand. pub cpu_brand: String, - /// Contains the processor vendor id. - pub cpu_vendor: String, - /// Contains the processor name. - pub cpu_name: String, /// Contains the number of physical cores on the processor. pub cpu_cores: Option<usize>, /// Contains the total RAM size in KB. |