Struct gimli::DebugStrOffset[][src]

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

An offset into the .debug_str section.

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl<T: PartialEq> PartialEq for DebugStrOffset<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 DebugStrOffset<T>
[src]

Auto Trait Implementations

impl<T> Send for DebugStrOffset<T> where
    T: Send

impl<T> Sync for DebugStrOffset<T> where
    T: Sync