Struct linux_taskstats::cmd::Config [−][src]
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: bool
show_delays: bool
header_format: H