Struct cpp_demangle::ast::BareFunctionType
source · pub struct BareFunctionType(_);
Expand description
The <bare-function-type>
production.
<bare-function-type> ::= <signature type>+
# types are possible return type, then parameter types
Trait Implementations§
source§impl Clone for BareFunctionType
impl Clone for BareFunctionType
source§fn clone(&self) -> BareFunctionType
fn clone(&self) -> BareFunctionType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BareFunctionType
impl Debug for BareFunctionType
source§impl PartialEq<BareFunctionType> for BareFunctionType
impl PartialEq<BareFunctionType> for BareFunctionType
source§fn eq(&self, other: &BareFunctionType) -> bool
fn eq(&self, other: &BareFunctionType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for BareFunctionType
impl StructuralEq for BareFunctionType
impl StructuralPartialEq for BareFunctionType
Auto Trait Implementations§
impl RefUnwindSafe for BareFunctionType
impl Send for BareFunctionType
impl Sync for BareFunctionType
impl Unpin for BareFunctionType
impl UnwindSafe for BareFunctionType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more