Struct ddbug::Flags [] [src]

pub struct Flags<'a> {
    pub sort: Sort,
    pub ignore_added: bool,
    pub ignore_deleted: bool,
    pub ignore_function_address: bool,
    pub ignore_function_size: bool,
    pub ignore_function_inline: bool,
    pub ignore_variable_address: bool,
    pub inline_depth: usize,
    pub unit: Option<&'a str>,
    pub name: Option<&'a str>,
    pub namespace: Vec<&'a str>,
}

Fields

Methods

impl<'a> Flags<'a>
[src]

Trait Implementations

impl<'a> Debug for Flags<'a>
[src]

Formats the value using the given formatter.

impl<'a> Default for Flags<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> Clone for Flags<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more