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 for AttributeSpecification
impl PartialEq 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 ==
.impl Copy for AttributeSpecification
impl Eq for AttributeSpecification
impl StructuralEq for AttributeSpecification
impl StructuralPartialEq for AttributeSpecification
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more