Struct gimli::constants::DwChildren [−][src]
pub struct DwChildren(pub u8);
The child determination encodings for DIE attributes.
See Section 7.5.3, Table 7.4.
Implementations
impl DwChildren
[src]
impl DwChildren
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl Clone for DwChildren
[src]
impl Clone for DwChildren
[src]fn clone(&self) -> DwChildren
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl Hash for DwChildren
[src]
impl Hash for DwChildren
[src]impl Ord for DwChildren
[src]
impl Ord for DwChildren
[src]impl PartialEq<DwChildren> for DwChildren
[src]
impl PartialEq<DwChildren> for DwChildren
[src]fn eq(&self, other: &DwChildren) -> bool
[src][−]
fn ne(&self, other: &DwChildren) -> bool
[src][−]
impl PartialOrd<DwChildren> for DwChildren
[src]
impl PartialOrd<DwChildren> for DwChildren
[src]fn partial_cmp(&self, other: &DwChildren) -> 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