Enum cpp_demangle::ast::GlobalCtorDtor
source · pub enum GlobalCtorDtor {
Ctor(Box<MangledName>),
Dtor(Box<MangledName>),
}
Expand description
A global constructor or destructor.
Variants§
Trait Implementations§
source§impl Clone for GlobalCtorDtor
impl Clone for GlobalCtorDtor
source§fn clone(&self) -> GlobalCtorDtor
fn clone(&self) -> GlobalCtorDtor
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