Struct gimli::DebugStrOffset [] [src]

pub struct DebugStrOffset(pub usize);

An offset into the .debug_str section.

Trait Implementations

impl Debug for DebugStrOffset
[src]

Formats the value using the given formatter.

impl Clone for DebugStrOffset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DebugStrOffset
[src]

impl PartialEq for DebugStrOffset
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for DebugStrOffset
[src]