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 moresource§impl Debug for GlobalCtorDtor
impl Debug for GlobalCtorDtor
source§impl PartialEq<GlobalCtorDtor> for GlobalCtorDtor
impl PartialEq<GlobalCtorDtor> for GlobalCtorDtor
source§fn eq(&self, other: &GlobalCtorDtor) -> bool
fn eq(&self, other: &GlobalCtorDtor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for GlobalCtorDtor
impl StructuralEq for GlobalCtorDtor
impl StructuralPartialEq for GlobalCtorDtor
Auto Trait Implementations§
impl RefUnwindSafe for GlobalCtorDtor
impl Send for GlobalCtorDtor
impl Sync for GlobalCtorDtor
impl Unpin for GlobalCtorDtor
impl UnwindSafe for GlobalCtorDtor
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