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