// Take a look at the license at the top of the repository in the LICENSE file.
usecrate::ProcessorExt;#[doc=include_str!("../../md_doc/processor.md")]pubstructProcessor{}implProcessor{pub(crate)fnnew()-> Processor{
Processor {}}}implProcessorExt forProcessor{fncpu_usage(&self)->f32{0.0}fnname(&self)->&str{""}fnfrequency(&self)->u64{0}fnvendor_id(&self)->&str{""}fnbrand(&self)->&str{""}}