Struct cpp_demangle::DemangleOptions [] [src]

pub struct DemangleOptions {
    pub no_params: bool,
}

Options to control the demangling process.

Fields

Do not display function arguments.

Trait Implementations

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 Copy for DemangleOptions
[src]

impl Debug for DemangleOptions
[src]

[src]

Formats the value using the given formatter.

impl Default for DemangleOptions
[src]

[src]

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