// Take a look at the license at the top of the repository in the LICENSE file.
usecrate::CpuExt;#[doc=include_str!("../../md_doc/cpu.md")]pubstructCpu{}implCpu{pub(crate)fnnew()-> Cpu{
Cpu {}}}implCpuExt forCpu{fncpu_usage(&self)->f32{0.0}fnname(&self)->&str{""}fnfrequency(&self)->u64{0}fnvendor_id(&self)->&str{""}fnbrand(&self)->&str{""}}