pub struct ProcessUptime {
pub pid: u32,
pub uptime: Duration,
}Fields§
§pid: u32§uptime: DurationImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProcessUptime
impl RefUnwindSafe for ProcessUptime
impl Send for ProcessUptime
impl Sync for ProcessUptime
impl Unpin for ProcessUptime
impl UnwindSafe for ProcessUptime
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