[][src]Struct linux_taskstats::cmd::Config

pub struct Config<H: HeaderFormat> {
    pub tids: Vec<u32>,
    pub verbose: bool,
    pub show_delays: bool,
    pub header_format: H,
}

Fields

tids: Vec<u32>verbose: boolshow_delays: boolheader_format: H

Auto Trait Implementations

impl<H> RefUnwindSafe for Config<H> where
    H: RefUnwindSafe

impl<H> Send for Config<H> where
    H: Send

impl<H> Sync for Config<H> where
    H: Sync

impl<H> Unpin for Config<H> where
    H: Unpin

impl<H> UnwindSafe for Config<H> where
    H: UnwindSafe

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<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<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.