Struct gimli::constants::DwLang [−][src]
pub struct DwLang(pub u16);
The encodings of the constants used in the DW_AT_language
attribute.
See Section 7.12, Table 7.17.
Implementations
impl DwLang
[src]
impl DwLang
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
impl DwLang
[src]
impl DwLang
[src]pub fn default_lower_bound(self) -> Option<usize>
[src][−]
Get the default DW_AT_lower_bound for this language.
Trait Implementations
impl PartialOrd<DwLang> for DwLang
[src]
impl PartialOrd<DwLang> for DwLang
[src]fn partial_cmp(&self, other: &DwLang) -> 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) -> bool