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