Struct gimli::DwoId [−][src]
pub struct DwoId(pub u64);
An optionally-provided implementation-defined compilation unit ID to enable split DWARF and linking a split compilation unit back together.
Trait Implementations
impl Clone for DwoId
[src]
impl Clone for DwoId
[src]fn clone(&self) -> DwoId
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for DwoId
[src]
impl Eq for DwoId
[src]
impl StructuralEq for DwoId
[src]
impl StructuralPartialEq for DwoId
[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.