Struct gimli::constants::DwLnct [−][src]
pub struct DwLnct(pub u16);
The encodings for the line number header entry formats.
See Section 7.22, Table 7.27.
Implementations
impl DwLnct
[src]
impl DwLnct
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl Clone for DwLnct
[src]
impl Clone for DwLnct
[src]fn clone(&self) -> DwLnct
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialOrd<DwLnct> for DwLnct
[src]
impl PartialOrd<DwLnct> for DwLnct
[src]impl Copy for DwLnct
[src]
impl Eq for DwLnct
[src]
impl StructuralEq for DwLnct
[src]
impl StructuralPartialEq for DwLnct
[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.