Struct kdump::CLIConfig[][src]

pub struct CLIConfig {
Show 18 fields pub file_path: String, pub disassemble: bool, pub disassemble_symbol: bool, pub disassemble_symbol_value: String, pub file_headers: bool, pub argument_section: bool, pub line_numbers: bool, pub section_headers: bool, pub data: bool, pub full_contents: bool, pub stabs: bool, pub syms: bool, pub reloc: bool, pub all_headers: bool, pub info: bool, pub demangle: bool, pub show_no_raw_instr: bool, pub show_no_labels: bool,
}
Expand description

This structure controls all the settings that make this program perform differently These represent command line arguments read in by clap

Fields

file_path: Stringdisassemble: booldisassemble_symbol: booldisassemble_symbol_value: Stringfile_headers: boolargument_section: boolline_numbers: boolsection_headers: booldata: boolfull_contents: boolstabs: boolsyms: boolreloc: boolall_headers: boolinfo: booldemangle: boolshow_no_raw_instr: boolshow_no_labels: bool

Implementations

Creates a new CLIConfig using the matches output of clap

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.