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