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