Struct gimli::constants::DwInl [−][src]
pub struct DwInl(pub u8);
The encodings of the constants used in the DW_AT_inline
attribute.
See Section 7.16, Table 7.20.
Implementations
impl DwInl
[src]
impl DwInl
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl Clone for DwInl
[src]
impl Clone for DwInl
[src]fn clone(&self) -> DwInl
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialOrd<DwInl> for DwInl
[src]
impl PartialOrd<DwInl> for DwInl
[src]impl Copy for DwInl
[src]
impl Eq for DwInl
[src]
impl StructuralEq for DwInl
[src]
impl StructuralPartialEq for DwInl
[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.