Enum cpp_demangle::ast::CallOffset
source · Expand description
The <call-offset>
production.
<call-offset> ::= h <nv-offset> _
::= v <v-offset> _
Variants§
Trait Implementations§
source§impl Clone for CallOffset
impl Clone for CallOffset
source§fn clone(&self) -> CallOffset
fn clone(&self) -> CallOffset
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 more