Struct gimli::constants::DwIdx [−][src]
pub struct DwIdx(pub u16);
Name index attribute encodings.
See Section 7.19, Table 7.23.
Implementations
impl DwIdx
[src]
impl DwIdx
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwIdx> for DwIdx
[src]
impl PartialOrd<DwIdx> for DwIdx
[src]impl Copy for DwIdx
[src]
impl Eq for DwIdx
[src]
impl StructuralEq for DwIdx
[src]
impl StructuralPartialEq for DwIdx
[src]
Auto Trait Implementations
impl RefUnwindSafe for DwIdx
impl Send for DwIdx
impl Sync for DwIdx
impl Unpin for DwIdx
impl UnwindSafe for DwIdx
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]