Enum gimli::DwarfFileType [−][src]
pub enum DwarfFileType { Main, Dwo, }
The “type” of file with DWARF debugging information. This determines, among other things, which files DWARF sections should be loaded from.
Variants
A normal executable or object file.
A .dwo split DWARF file.
Trait Implementations
impl Clone for DwarfFileType
[src]
impl Clone for DwarfFileType
[src]fn clone(&self) -> DwarfFileType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for DwarfFileType
[src]
impl Default for DwarfFileType
[src]impl PartialEq<DwarfFileType> for DwarfFileType
[src]
impl PartialEq<DwarfFileType> for DwarfFileType
[src]fn eq(&self, other: &DwarfFileType) -> bool
[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ne(&self, other: &Rhs) -> boolimpl Copy for DwarfFileType
[src]
impl Eq for DwarfFileType
[src]
impl StructuralEq for DwarfFileType
[src]
impl StructuralPartialEq for DwarfFileType
[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.