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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DemangleOptions
[src]

impl Debug for DemangleOptions
[src]

Formats the value using the given formatter. Read more

impl Default for DemangleOptions
[src]

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

Auto Trait Implementations