pub struct LoadAverage {
pub one: f64,
pub five: f64,
pub fifteen: f64,
}Fields§
§one: f64§five: f64§fifteen: f64Trait Implementations§
Source§impl Clone for LoadAverage
impl Clone for LoadAverage
Source§fn clone(&self) -> LoadAverage
fn clone(&self) -> LoadAverage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LoadAverage
impl Debug for LoadAverage
Source§impl Default for LoadAverage
impl Default for LoadAverage
Source§fn default() -> LoadAverage
fn default() -> LoadAverage
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LoadAverage
impl RefUnwindSafe for LoadAverage
impl Send for LoadAverage
impl Sync for LoadAverage
impl Unpin for LoadAverage
impl UnwindSafe for LoadAverage
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