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