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