pub struct LoadAvg {
pub loadavg1: f64,
pub loadavg5: f64,
pub loadavg15: f64,
}
Fields§
§loadavg1: f64
§loadavg5: f64
§loadavg15: f64
Implementations§
Trait Implementations§
impl StructuralPartialEq for LoadAvg
Auto Trait Implementations§
impl Freeze for LoadAvg
impl RefUnwindSafe for LoadAvg
impl Send for LoadAvg
impl Sync for LoadAvg
impl Unpin for LoadAvg
impl UnwindSafe for LoadAvg
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