Struct gimli::DebugTypeSignature[][src]

pub struct DebugTypeSignature(pub u64);

A type signature as used in the .debug_types section.

Trait Implementations

impl Debug for DebugTypeSignature
[src]

Formats the value using the given formatter. Read more

impl Clone for DebugTypeSignature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DebugTypeSignature
[src]

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

impl Hash for DebugTypeSignature
[src]

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

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

Auto Trait Implementations