Struct cpp_demangle::ParseOptions [−][src]
#[repr(C)]pub struct ParseOptions { /* fields omitted */ }
Options to control the parsing process.
Implementations
impl ParseOptions
[src]
impl ParseOptions
[src]pub fn recursion_limit(self, limit: u32) -> Self
[src][−]
Set the limit on recursion depth during the parsing phase. A low limit will cause valid symbols to be rejected, but a high limit may allow pathological symbols to overflow the stack during parsing. The default value is 96, which will not overflow the stack even in a debug build.
Trait Implementations
impl Clone for ParseOptions
[src]
impl Clone for ParseOptions
[src]fn clone(&self) -> ParseOptions
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl Default for ParseOptions
[src]
impl Default for ParseOptions
[src]