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