Struct gimli::read::AttributeSpecification [−][src]
pub struct AttributeSpecification { /* fields omitted */ }
Expand description
The description of an attribute in an abbreviated type. It is a pair of name and form.
Implementations
Construct a new AttributeSpecification
from the given name and form
and implicit const value.
Get the attribute’s implicit const value.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AttributeSpecification
impl Send for AttributeSpecification
impl Sync for AttributeSpecification
impl Unpin for AttributeSpecification
impl UnwindSafe for AttributeSpecification
Blanket Implementations
Mutably borrows from an owned value. Read more