Struct gimli::constants::DwDs[][src]

pub struct DwDs(pub u8);

The encodings of the constants used in the DW_AT_decimal_sign attribute.

See Section 7.8, Table 7.12.

Implementations

impl DwDs[src]

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

Trait Implementations

impl Clone for DwDs[src]

impl Copy for DwDs[src]

impl Debug for DwDs[src]

impl Display for DwDs[src]

impl Eq for DwDs[src]

impl Hash for DwDs[src]

impl Ord for DwDs[src]

impl PartialEq<DwDs> for DwDs[src]

impl PartialOrd<DwDs> for DwDs[src]

impl StructuralEq for DwDs[src]

impl StructuralPartialEq for DwDs[src]

Auto Trait Implementations

impl Send for DwDs

impl Sync for DwDs

impl Unpin for DwDs

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> 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.