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