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