Struct gimli::DebugTypeSignature [−][src]
pub struct DebugTypeSignature(pub u64);
A type signature as used in the .debug_types
section.
Trait Implementations
impl Clone for DebugTypeSignature
[src]
impl Clone for DebugTypeSignature
[src]fn clone(&self) -> DebugTypeSignature
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for DebugTypeSignature
[src]
impl Hash for DebugTypeSignature
[src]impl PartialEq<DebugTypeSignature> for DebugTypeSignature
[src]
impl PartialEq<DebugTypeSignature> for DebugTypeSignature
[src]fn eq(&self, other: &DebugTypeSignature) -> bool
[src]
fn ne(&self, other: &DebugTypeSignature) -> bool
[src]
impl Copy for DebugTypeSignature
[src]
impl Eq for DebugTypeSignature
[src]
impl StructuralEq for DebugTypeSignature
[src]
impl StructuralPartialEq for DebugTypeSignature
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.