Struct gimli::constants::DwAddr [−][src]
pub struct DwAddr(pub u64);
The encodings of the constants used in the DW_AT_address_class
attribute.
There is only one value that is common to all target architectures. See Section 7.13.
Implementations
impl DwAddr
[src]
impl DwAddr
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwAddr> for DwAddr
[src]
impl PartialOrd<DwAddr> for DwAddr
[src]impl Copy for DwAddr
[src]
impl Eq for DwAddr
[src]
impl StructuralEq for DwAddr
[src]
impl StructuralPartialEq for DwAddr
[src]
Auto Trait Implementations
impl RefUnwindSafe for DwAddr
impl Send for DwAddr
impl Sync for DwAddr
impl Unpin for DwAddr
impl UnwindSafe for DwAddr
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]