Struct gimli::DebugTypeSignature [−][src]
pub struct DebugTypeSignature(pub u64);
Expand description
A type signature as used in the .debug_types
section.
Tuple Fields
0: u64
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DebugTypeSignature
impl Send for DebugTypeSignature
impl Sync for DebugTypeSignature
impl Unpin for DebugTypeSignature
impl UnwindSafe for DebugTypeSignature
Blanket Implementations
Mutably borrows from an owned value. Read more