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