Enum gimli::Format [−][src]
pub enum Format { Dwarf64, Dwarf32, }
Whether the format of a compilation unit is 32- or 64-bit.
Variants
64-bit DWARF
32-bit DWARF
Implementations
impl Format
[src]
impl Format
[src]pub enum Format { Dwarf64, Dwarf32, }
Whether the format of a compilation unit is 32- or 64-bit.
64-bit DWARF
32-bit DWARF
impl Format
[src]impl Copy for Format
[src]impl Eq for Format
[src]impl StructuralEq for Format
[src]impl StructuralPartialEq for Format
[src]impl RefUnwindSafe for Format
impl Send for Format
impl Sync for Format
impl Unpin for Format
impl UnwindSafe for Format