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 StructuralEq for DwoId[src]
impl StructuralEq for DwoId[src]impl StructuralPartialEq for DwoId[src]
impl StructuralPartialEq for DwoId[src]Auto Trait Implementations
impl RefUnwindSafe for DwoId
impl RefUnwindSafe for DwoIdimpl UnwindSafe for DwoId
impl UnwindSafe for DwoId