Struct symbolic::debuginfo::dwarf::gimli::DwTag[]

pub struct DwTag(pub u16);

The tag encodings for DIE attributes.

See Section 7.5.3, Table 7.3.

Implementations

impl DwTag

pub fn static_string(&self) -> Option<&'static str>

Trait Implementations

impl Clone for DwTag

impl Copy for DwTag

impl Debug for DwTag

impl Display for DwTag

impl Eq for DwTag

impl Hash for DwTag

impl Ord for DwTag

impl PartialEq<DwTag> for DwTag

impl PartialOrd<DwTag> for DwTag

impl StructuralEq for DwTag

impl StructuralPartialEq for DwTag

Auto Trait Implementations

impl RefUnwindSafe for DwTag

impl Send for DwTag

impl Sync for DwTag

impl Unpin for DwTag

impl UnwindSafe for DwTag

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> RuleType for T where
    T: Copy + Debug + Eq + Hash + Ord
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.