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]