Struct gimli::constants::DwTag [−][src]
pub struct DwTag(pub u16);
The tag encodings for DIE attributes.
See Section 7.5.3, Table 7.3.
Implementations
impl DwTag
[src]
impl DwTag
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwTag> for DwTag
[src]
impl PartialOrd<DwTag> for DwTag
[src]impl Copy for DwTag
[src]
impl Eq for DwTag
[src]
impl StructuralEq for DwTag
[src]
impl StructuralPartialEq for DwTag
[src]
Auto Trait Implementations
impl RefUnwindSafe for DwTag
impl Send for DwTag
impl Sync for DwTag
impl Unpin for DwTag
impl UnwindSafe for DwTag
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]