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
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.