Struct gimli::constants::DwUt [−][src]
pub struct DwUt(pub u8);
The unit type field in a unit header.
See Section 7.5.1, Table 7.2.
Implementations
impl DwUt
[src]
impl DwUt
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwUt> for DwUt
[src]
impl PartialOrd<DwUt> for DwUt
[src]impl Copy for DwUt
[src]
impl Eq for DwUt
[src]
impl StructuralEq for DwUt
[src]
impl StructuralPartialEq for DwUt
[src]
Auto Trait Implementations
impl RefUnwindSafe for DwUt
impl Send for DwUt
impl Sync for DwUt
impl Unpin for DwUt
impl UnwindSafe for DwUt
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]