Struct gimli::constants::DwAt [−][src]
pub struct DwAt(pub u16);
The attribute encodings for DIE attributes.
See Section 7.5.4, Table 7.5.
Implementations
impl DwAt
[src]
impl DwAt
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwAt> for DwAt
[src]
impl PartialOrd<DwAt> for DwAt
[src]impl Copy for DwAt
[src]
impl Eq for DwAt
[src]
impl StructuralEq for DwAt
[src]
impl StructuralPartialEq for DwAt
[src]
Auto Trait Implementations
impl RefUnwindSafe for DwAt
impl Send for DwAt
impl Sync for DwAt
impl Unpin for DwAt
impl UnwindSafe for DwAt
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]