[][src]Struct linux_taskstats::format::Printer

pub struct Printer<H: HeaderFormat> { /* fields omitted */ }

Implementations

impl<H: HeaderFormat> Printer<H>[src]

pub fn new(header_format: H) -> Self[src]

pub fn print_summary_lines<W: Write>(
    &self,
    out: &mut W,
    stats: &[TaskStats]
) -> Result<()>
[src]

pub fn print_delay_lines<W: Write>(
    &self,
    out: &mut W,
    stats: &[TaskStats]
) -> Result<()>
[src]

pub fn print_full<W: Write>(
    &self,
    out: &mut W,
    stats: &[TaskStats]
) -> Result<()>
[src]

Auto Trait Implementations

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

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

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

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

impl<H> UnwindSafe for Printer<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.