Struct cpp_demangle::DemangleOptions [−][src]
#[repr(C)]pub struct DemangleOptions { /* fields omitted */ }
Expand description
Options to control the demangling process.
Implementations
Do not display the function return type.
Set the limit on recursion depth during the demangling phase. A low limit will cause valid symbols to be rejected, but a high limit may allow pathological symbols to overflow the stack during demangling. The default value is 128.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DemangleOptionsimpl Send for DemangleOptionsimpl Sync for DemangleOptionsimpl Unpin for DemangleOptionsimpl UnwindSafe for DemangleOptionsBlanket Implementations
Mutably borrows from an owned value. Read more