Struct gimli::DebugInfoOffset [] [src]

pub struct DebugInfoOffset(pub usize);

An offset into the .debug_info section.

Trait Implementations

impl Debug for DebugInfoOffset
[src]

Formats the value using the given formatter.

impl Clone for DebugInfoOffset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DebugInfoOffset
[src]

impl PartialEq for DebugInfoOffset
[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 DebugInfoOffset
[src]