Struct linux_procfs::cpufreqs::CpuFreq
source · [−]pub struct CpuFreq {
pub cur: u32,
pub max: u32,
pub time_in_states: Vec<TimeInState>,
}
Fields
cur: u32
max: u32
time_in_states: Vec<TimeInState>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CpuFreq
impl Send for CpuFreq
impl Sync for CpuFreq
impl Unpin for CpuFreq
impl UnwindSafe for CpuFreq
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more