Struct gimli::constants::DwId [−][src]
pub struct DwId(pub u8);
The encodings of the constants used in the DW_AT_identifier_case
attribute.
See Section 7.14, Table 7.18.
Implementations
impl DwId
[src]
impl DwId
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwId> for DwId
[src]
impl PartialOrd<DwId> for DwId
[src]impl Copy for DwId
[src]
impl Eq for DwId
[src]
impl StructuralEq for DwId
[src]
impl StructuralPartialEq for DwId
[src]
Auto Trait Implementations
impl RefUnwindSafe for DwId
impl Send for DwId
impl Sync for DwId
impl Unpin for DwId
impl UnwindSafe for DwId
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]