Struct gimli::constants::DwTag [−][src]
pub struct DwTag(pub u16);
The tag encodings for DIE attributes.
See Section 7.5.3, Table 7.3.
Implementations
impl DwTag
[src]
impl DwTag
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl Clone for DwTag
[src]
impl Clone for DwTag
[src]fn clone(&self) -> DwTag
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialOrd<DwTag> for DwTag
[src]
impl PartialOrd<DwTag> for DwTag
[src]impl Copy for DwTag
[src]
impl Eq for DwTag
[src]
impl StructuralEq for DwTag
[src]
impl StructuralPartialEq for DwTag
[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.