pub struct FunctionName<R: Reader> {
pub name: R,
pub language: Option<DwLang>,
}
Expand description
The name of the function.
The language of the compilation unit containing this function.
The raw name of this function before demangling.
The name of this function after demangling (if applicable).
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.