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 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 Clone for Format
[src]
impl Clone for Format
[src]fn clone(&self) -> Format
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for Format
[src]
impl Eq for Format
[src]
impl StructuralEq for Format
[src]
impl StructuralPartialEq for Format
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.