Struct mprober_lib::uptime::Uptime
source · pub struct Uptime {
pub total_uptime: Duration,
pub all_cpu_idle_time: Duration,
}Fields§
§total_uptime: Duration§all_cpu_idle_time: DurationImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Uptime
impl Send for Uptime
impl Sync for Uptime
impl Unpin for Uptime
impl UnwindSafe for Uptime
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