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