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