Struct tabin_plugins::linux::Jiffies [−][src]
A count of Jiffies
This represents some value read from the /proc fs
Implementations
impl Jiffies
[src][−]
Trait Implementations
impl Add<Jiffies> for Jiffies
[src][+]
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][+]
impl Div<Jiffies> for u64
[src][+]
impl Eq for Jiffies
[src]
impl From<i64> for Jiffies
[src][+]
impl From<u64> for Jiffies
[src][+]
impl Mul<Jiffies> for u64
[src][+]
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][+]
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src][+]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
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][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,