Struct gimli::constants::DwId [−][src]
pub struct DwId(pub u8);
The encodings of the constants used in the DW_AT_identifier_case
attribute.
See Section 7.14, Table 7.18.
Implementations
impl DwId
[src]
impl DwId
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwId> for DwId
[src]
impl PartialOrd<DwId> for DwId
[src]fn partial_cmp(&self, other: &DwId) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl Copy for DwId
[src]
impl Eq for DwId
[src]
impl StructuralEq for DwId
[src]
impl StructuralPartialEq for DwId
[src]
Auto Trait Implementations
impl RefUnwindSafe for DwId
impl Send for DwId
impl Sync for DwId
impl Unpin for DwId
impl UnwindSafe for DwId
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]