Struct symbolic_demangle::DemangleOptions [] [src]

pub struct DemangleOptions {
    pub format: DemangleFormat,
    pub with_arguments: bool,
}

Options for the demangling

Fields

Format to use for the output

Should arguments be returned

The default behavior is that arguments are not included in the demangled output, however they are if you convert the symbol into a string.

Trait Implementations

impl Debug for DemangleOptions
[src]

[src]

Formats the value using the given formatter.

impl Copy for DemangleOptions
[src]

impl Clone for DemangleOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for DemangleOptions
[src]

[src]

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