Struct linux_procfs::cpufreqs::TimeInState
source · [−]Fields
step: u32
value: u64
Trait Implementations
sourceimpl Clone for TimeInState
impl Clone for TimeInState
sourcefn clone(&self) -> TimeInState
fn clone(&self) -> TimeInState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for TimeInState
impl Debug for TimeInState
sourceimpl Default for TimeInState
impl Default for TimeInState
sourcefn default() -> TimeInState
fn default() -> TimeInState
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TimeInState
impl Send for TimeInState
impl Sync for TimeInState
impl Unpin for TimeInState
impl UnwindSafe for TimeInState
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