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