Enum gimli::Format
[−]
[src]
pub enum Format {
Dwarf64,
Dwarf32,
}Whether the format of a compilation unit is 32- or 64-bit.
Variants
Dwarf6464-bit DWARF
Dwarf3232-bit DWARF
Methods
impl Format[src]
pub fn initial_length_size(self) -> u8[src]
Return the serialized size of an initial length field for the format.
pub fn word_size(self) -> u8[src]
Return the natural word size for the format
Trait Implementations
impl Debug for Format[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for Format[src]
fn clone(&self) -> Format[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for Format[src]
impl PartialEq for Format[src]
fn eq(&self, __arg_0: &Format) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.