Enum gimli::DwarfFileType
source · 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§
Trait Implementations§
source§impl Clone for DwarfFileType
impl Clone for DwarfFileType
source§fn clone(&self) -> DwarfFileType
fn clone(&self) -> DwarfFileType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more