[][src]Struct proc_getter::loadavg::LoadAvg

pub struct LoadAvg { /* fields omitted */ }

returned by loadavg()

Methods

impl LoadAvg[src]

pub fn one(&self) -> &f32[src]

pub fn five(&self) -> &f32[src]

pub fn fifteen(&self) -> &f32[src]

pub fn cur_num(&self) -> &usize[src]

pub fn total_num(&self) -> &usize[src]

pub fn last_pid(&self) -> &usize[src]

Trait Implementations

impl Debug for LoadAvg[src]

impl FromStr for LoadAvg[src]

type Err = Error

The associated error which can be returned from parsing.

Auto Trait Implementations

impl Send for LoadAvg

impl Sync for LoadAvg

impl Unpin for LoadAvg

impl UnwindSafe for LoadAvg

impl RefUnwindSafe for LoadAvg

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]