Struct gimli::write::Attribute  [−][src]
pub struct Attribute { /* fields omitted */ }An attribute in a DebuggingInformationEntry, consisting of a name and
associated value.
Implementations
impl Attribute[src]
impl Attribute[src]pub fn name(&self) -> DwAt[src]
Get the name of this attribute.
pub fn get(&self) -> &AttributeValue[src]
Get the value of this attribute.
pub fn set(&mut self, value: AttributeValue)[src]
Set the value of this attribute.