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