Enum gimli::AbbreviationHasChildren
[−]
[src]
pub enum AbbreviationHasChildren {
No,
Yes,
}Whether an abbreviation's type has children or not, aka
DW_CHILDREN_{yes,no} in the standard.
DWARF standard 4, section 7.5.4, page 154
Variants
NoThe type does not have children.
YesThe type has children.
Trait Implementations
impl Eq for AbbreviationHasChildren[src]
impl PartialEq for AbbreviationHasChildren[src]
fn eq(&self, __arg_0: &AbbreviationHasChildren) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Copy for AbbreviationHasChildren[src]
impl Clone for AbbreviationHasChildren[src]
fn clone(&self) -> AbbreviationHasChildren
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more