Struct gimli::constants::DwRle [−][src]
pub struct DwRle(pub u8);
Range list entry encoding values.
See Section 7.25, Table 7.30.
Implementations
impl DwRle
[src]
impl DwRle
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl Clone for DwRle
[src]
impl Clone for DwRle
[src]fn clone(&self) -> DwRle
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialOrd<DwRle> for DwRle
[src]
impl PartialOrd<DwRle> for DwRle
[src]impl Copy for DwRle
[src]
impl Eq for DwRle
[src]
impl StructuralEq for DwRle
[src]
impl StructuralPartialEq for DwRle
[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.