Struct cpp_demangle::DemangleOptions
[−]
[src]
pub struct DemangleOptions {
pub no_params: bool,
}Options to control the demangling process.
Fields
no_params: bool
Do not display function arguments.
Trait Implementations
impl Clone for DemangleOptions[src]
fn clone(&self) -> DemangleOptions[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for DemangleOptions[src]
impl Debug for DemangleOptions[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Default for DemangleOptions[src]
fn default() -> DemangleOptions[src]
Returns the "default value" for a type. Read more