Enum gimli::DwarfFileType [−][src]
pub enum DwarfFileType {
Main,
Dwo,
}
Expand description
The “type” of file with DWARF debugging information. This determines, among other things, which files DWARF sections should be loaded from.
Variants
Main
A normal executable or object file.
Dwo
A .dwo split DWARF file.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DwarfFileType
impl Send for DwarfFileType
impl Sync for DwarfFileType
impl Unpin for DwarfFileType
impl UnwindSafe for DwarfFileType
Blanket Implementations
Mutably borrows from an owned value. Read more