pub struct DwMacinfo(pub u8);
Expand description
Type codes for macro definitions in the .debug_macinfo
section.
See Section 7.22, Figure 39 for DWARF 4.
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl Ord for DwMacinfo
impl Ord for DwMacinfo
Source§impl PartialOrd for DwMacinfo
impl PartialOrd for DwMacinfo
impl Copy for DwMacinfo
impl Eq for DwMacinfo
impl StructuralPartialEq for DwMacinfo
Auto Trait Implementations§
impl Freeze for DwMacinfo
impl RefUnwindSafe for DwMacinfo
impl Send for DwMacinfo
impl Sync for DwMacinfo
impl Unpin for DwMacinfo
impl UnwindSafe for DwMacinfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more