Struct cpp_demangle::ast::BareFunctionType [−][src]
pub struct BareFunctionType(_);
The <bare-function-type> production.
<bare-function-type> ::= <signature type>+
# types are possible return type, then parameter types
Trait Implementations
impl Clone for BareFunctionType[src]
impl Clone for BareFunctionTypefn clone(&self) -> BareFunctionType[src]
fn clone(&self) -> BareFunctionTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for BareFunctionType[src]
impl Debug for BareFunctionTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for BareFunctionType[src]
impl PartialEq for BareFunctionTypefn eq(&self, other: &BareFunctionType) -> bool[src]
fn eq(&self, other: &BareFunctionType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &BareFunctionType) -> bool[src]
fn ne(&self, other: &BareFunctionType) -> boolThis method tests for !=.
impl Eq for BareFunctionType[src]
impl Eq for BareFunctionTypeAuto Trait Implementations
impl Send for BareFunctionType
impl Send for BareFunctionTypeimpl Sync for BareFunctionType
impl Sync for BareFunctionType