Struct gimli::constants::DwRle [−][src]
pub struct DwRle(pub u8);
Range list entry encoding values.
See Section 7.25, Table 7.30.
Implementations
impl DwRle
[src]
impl DwRle
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwRle> for DwRle
[src]
impl PartialOrd<DwRle> for DwRle
[src]impl Copy for DwRle
[src]
impl Eq for DwRle
[src]
impl StructuralEq for DwRle
[src]
impl StructuralPartialEq for DwRle
[src]
Auto Trait Implementations
impl RefUnwindSafe for DwRle
impl Send for DwRle
impl Sync for DwRle
impl Unpin for DwRle
impl UnwindSafe for DwRle
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]