Struct cpp_demangle::ast::Initializer
[−]
[src]
pub struct Initializer(_);
The <initializer> production.
<initializer> ::= pi <expression>* E # parenthesized initialization
Trait Implementations
impl Clone for Initializer[src]
fn clone(&self) -> Initializer[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 Debug for Initializer[src]
impl PartialEq for Initializer[src]
fn eq(&self, __arg_0: &Initializer) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Initializer) -> bool[src]
This method tests for !=.