Struct gimli::constants::DwChildren [−][src]
pub struct DwChildren(pub u8);
The child determination encodings for DIE attributes.
See Section 7.5.3, Table 7.4.
Implementations
impl DwChildren
[src]
impl DwChildren
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl Clone for DwChildren
[src]
impl Clone for DwChildren
[src]fn clone(&self) -> DwChildren
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for DwChildren
[src]
impl Hash for DwChildren
[src]impl Ord for DwChildren
[src]
impl Ord for DwChildren
[src]impl PartialEq<DwChildren> for DwChildren
[src]
impl PartialEq<DwChildren> for DwChildren
[src]fn eq(&self, other: &DwChildren) -> bool
[src]
fn ne(&self, other: &DwChildren) -> bool
[src]
impl PartialOrd<DwChildren> for DwChildren
[src]
impl PartialOrd<DwChildren> for DwChildren
[src]impl Copy for DwChildren
[src]
impl Eq for DwChildren
[src]
impl StructuralEq for DwChildren
[src]
impl StructuralPartialEq for DwChildren
[src]
Auto Trait Implementations
impl RefUnwindSafe for DwChildren
impl Send for DwChildren
impl Sync for DwChildren
impl Unpin for DwChildren
impl UnwindSafe for DwChildren
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]