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 more