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]
impl Clone for DebugTypeSignature[src]
fn clone(&self) -> DebugTypeSignature
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for DebugTypeSignature[src]
impl PartialEq for DebugTypeSignature[src]
fn eq(&self, __arg_0: &DebugTypeSignature) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DebugTypeSignature) -> bool
This method tests for !=.