Struct gimli::constants::DwVis [−][src]
pub struct DwVis(pub u8);
The encodings of the constants used in the DW_AT_visibility
attribute.
See Section 7.10, Table 7.15.
Implementations
impl DwVis
[src]
impl DwVis
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwVis> for DwVis
[src]
impl PartialOrd<DwVis> for DwVis
[src]impl Copy for DwVis
[src]
impl Eq for DwVis
[src]
impl StructuralEq for DwVis
[src]
impl StructuralPartialEq for DwVis
[src]
Auto Trait Implementations
impl RefUnwindSafe for DwVis
impl Send for DwVis
impl Sync for DwVis
impl Unpin for DwVis
impl UnwindSafe for DwVis
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]