Struct gimli::Encoding [−][src]
#[repr(C)]pub struct Encoding { pub address_size: u8, pub format: Format, pub version: u16, }
Encoding parameters that are commonly used for multiple DWARF sections.
This is intended to be small enough to pass by value.
Fields
address_size: u8
The size of an address.
format: Format
Whether the DWARF format is 32- or 64-bit.
version: u16
The DWARF version of the header.
Trait Implementations
impl Clone for Encoding
[src]
impl Clone for Encoding
[src]fn clone(&self) -> Encoding
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for Encoding
[src]
impl Eq for Encoding
[src]
impl StructuralEq for Encoding
[src]
impl StructuralPartialEq for Encoding
[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.