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 Freeze for CpuFreq
impl RefUnwindSafe for CpuFreq
impl Send for CpuFreq
impl Sync for CpuFreq
impl Unpin for CpuFreq
impl UnwindSafe for CpuFreq
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