pub struct CpuFreqs {
pub cpufreqs: Vec<CpuFreq>,
}
Fields§
§cpufreqs: Vec<CpuFreq>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CpuFreqs
impl RefUnwindSafe for CpuFreqs
impl Send for CpuFreqs
impl Sync for CpuFreqs
impl Unpin for CpuFreqs
impl UnwindSafe for CpuFreqs
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more