Struct tabin_plugins::linux::Jiffies[][src]

pub struct Jiffies(_);

A count of Jiffies

This represents some value read from the /proc fs

Implementations

impl Jiffies[src]

pub fn new(val: u64) -> Jiffies[src]

pub fn duration(&self) -> Duration[src]

Trait Implementations

impl Add<Jiffies> for Jiffies[src]

type Output = Self

The resulting type after applying the + operator.

impl Clone for Jiffies[src]

impl Copy for Jiffies[src]

impl Debug for Jiffies[src]

impl Display for Jiffies[src]

impl Div<Jiffies> for Jiffies[src]

type Output = f64

The resulting type after applying the / operator.

impl Div<Jiffies> for u64[src]

type Output = f64

The resulting type after applying the / operator.

impl Eq for Jiffies[src]

impl From<i64> for Jiffies[src]

impl From<u64> for Jiffies[src]

impl Mul<Jiffies> for u64[src]

type Output = Self

The resulting type after applying the * operator.

impl Ord for Jiffies[src]

impl PartialEq<Jiffies> for Jiffies[src]

impl PartialOrd<Jiffies> for Jiffies[src]

impl StructuralEq for Jiffies[src]

impl StructuralPartialEq for Jiffies[src]

impl Sub<Jiffies> for Jiffies[src]

type Output = Self

The resulting type after applying the - operator.

Auto Trait Implementations

impl RefUnwindSafe for Jiffies

impl Send for Jiffies

impl Sync for Jiffies

impl Unpin for Jiffies

impl UnwindSafe for Jiffies

Blanket Implementations

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

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

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

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[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.