Struct gimli::constants::DwDefaulted [−][src]
pub struct DwDefaulted(pub u8);
The encodings of the constants used in the DW_AT_defaulted
attribute.
See Section 7.20, Table 7.24.
Implementations
impl DwDefaulted
[src]
impl DwDefaulted
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl Clone for DwDefaulted
[src]
impl Clone for DwDefaulted
[src]fn clone(&self) -> DwDefaulted
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl Hash for DwDefaulted
[src]
impl Hash for DwDefaulted
[src]impl Ord for DwDefaulted
[src]
impl Ord for DwDefaulted
[src]impl PartialEq<DwDefaulted> for DwDefaulted
[src]
impl PartialEq<DwDefaulted> for DwDefaulted
[src]fn eq(&self, other: &DwDefaulted) -> bool
[src][−]
fn ne(&self, other: &DwDefaulted) -> bool
[src][−]
impl PartialOrd<DwDefaulted> for DwDefaulted
[src]
impl PartialOrd<DwDefaulted> for DwDefaulted
[src]fn partial_cmp(&self, other: &DwDefaulted) -> 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