Struct gimli::DebugLineOffset [] [src]

pub struct DebugLineOffset<T = usize>(pub T);

An offset into the .debug_line section.

Trait Implementations

impl<T: Debug> Debug for DebugLineOffset<T>
[src]

Formats the value using the given formatter.

impl<T: Clone> Clone for DebugLineOffset<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Copy> Copy for DebugLineOffset<T>
[src]

impl<T: PartialEq> PartialEq for DebugLineOffset<T>
[src]

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

This method tests for !=.

impl<T: Eq> Eq for DebugLineOffset<T>
[src]