[−][src]Struct gimli::constants::DwAddr
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][−]
pub fn static_string(&self) -> Option<&'static str>[src]
Trait Implementations
impl Clone for DwAddr[src][+]
impl Copy for DwAddr[src]
impl Debug for DwAddr[src][+]
impl Display for DwAddr[src][+]
impl Eq for DwAddr[src]
impl Hash for DwAddr[src][+]
impl Ord for DwAddr[src][+]
impl PartialEq<DwAddr> for DwAddr[src][+]
impl PartialOrd<DwAddr> for DwAddr[src][+]
impl StructuralEq for DwAddr[src]
impl StructuralPartialEq for DwAddr[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> From<T> for T[src][+]
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized, [src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,