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