Struct gimli::read::AttributeSpecification
source · pub struct AttributeSpecification { /* private fields */ }
Expand description
The description of an attribute in an abbreviated type. It is a pair of name and form.
Implementations§
source§impl AttributeSpecification
impl AttributeSpecification
Trait Implementations§
source§impl Clone for AttributeSpecification
impl Clone for AttributeSpecification
source§fn clone(&self) -> AttributeSpecification
fn clone(&self) -> AttributeSpecification
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 AttributeSpecification
impl Debug for AttributeSpecification
source§impl PartialEq<AttributeSpecification> for AttributeSpecification
impl PartialEq<AttributeSpecification> for AttributeSpecification
source§fn eq(&self, other: &AttributeSpecification) -> bool
fn eq(&self, other: &AttributeSpecification) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.