Struct gimli::constants::DwLnct [−][src]
pub struct DwLnct(pub u16);
The encodings for the line number header entry formats.
See Section 7.22, Table 7.27.
Implementations
impl DwLnct
[src]
impl DwLnct
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwLnct> for DwLnct
[src]
impl PartialOrd<DwLnct> for DwLnct
[src]impl Copy for DwLnct
[src]
impl Eq for DwLnct
[src]
impl StructuralEq for DwLnct
[src]
impl StructuralPartialEq for DwLnct
[src]
Auto Trait Implementations
impl RefUnwindSafe for DwLnct
impl Send for DwLnct
impl Sync for DwLnct
impl Unpin for DwLnct
impl UnwindSafe for DwLnct
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]