Struct gimli::EhFrameOffset [] [src]

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

An offset into the .eh_frame section.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

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

[src]

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

[src]

This method tests for !=.

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

impl<T: Hash> Hash for EhFrameOffset<T>
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl<T> From<T> for EhFrameOffset<T>
[src]

[src]

Performs the conversion.

impl<T> UnwindOffset<T> for EhFrameOffset<T> where
    T: ReaderOffset
[src]

[src]

Convert an UnwindOffset<T> into a T.