Enum cpp_demangle::ast::UnresolvedTypeHandle [−][src]
pub enum UnresolvedTypeHandle {
WellKnown(WellKnownComponent),
BackReference(usize),
}Expand description
A reference to a parsed <unresolved-type> production.
Variants
WellKnown(WellKnownComponent)
Tuple Fields
A reference to a “well-known” component.
BackReference(usize)
Tuple Fields
0: usizeA back-reference into the substitution table to a component we have already parsed.
Implementations
If this is a BackReference, get its index.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for UnresolvedTypeHandle
impl Send for UnresolvedTypeHandle
impl Sync for UnresolvedTypeHandle
impl Unpin for UnresolvedTypeHandle
impl UnwindSafe for UnresolvedTypeHandle
Blanket Implementations
Mutably borrows from an owned value. Read more