Struct gimli::constants::DwForm [−][src]
pub struct DwForm(pub u16);
The attribute form encodings for DIE attributes.
See Section 7.5.6, Table 7.6.
Implementations
impl DwForm
[src]
impl DwForm
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwForm> for DwForm
[src]
impl PartialOrd<DwForm> for DwForm
[src]impl Copy for DwForm
[src]
impl Eq for DwForm
[src]
impl StructuralEq for DwForm
[src]
impl StructuralPartialEq for DwForm
[src]
Auto Trait Implementations
impl RefUnwindSafe for DwForm
impl Send for DwForm
impl Sync for DwForm
impl Unpin for DwForm
impl UnwindSafe for DwForm
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]