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]
type Output = Self
The resulting type after applying the +
operator.
fn add(self, rhs: Self) -> Self::Output
[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]
type Output = f64
The resulting type after applying the /
operator.
fn div(self, rhs: Self) -> f64
[src]
impl Div<Jiffies> for u64
[src]
type Output = f64
The resulting type after applying the /
operator.
fn div(self, rhs: Jiffies) -> Self::Output
[src]
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.
fn mul(self, rhs: Jiffies) -> Self::Output
[src]
impl Ord for Jiffies
[src]
fn cmp(&self, other: &Jiffies) -> Ordering
[src]
#[must_use]pub fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self
1.50.0[src]
impl PartialEq<Jiffies> for Jiffies
[src]
impl PartialOrd<Jiffies> for Jiffies
[src]
fn partial_cmp(&self, other: &Jiffies) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[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,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[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,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
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>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,