Struct rustc_hir::definitions::DisambiguatedDefPathData [−][src]
pub struct DisambiguatedDefPathData {
pub data: DefPathData,
pub disambiguator: u32,
}
Expand description
A pair of DefPathData
and an integer disambiguator. The integer is
normally 0
, but in the event that there are multiple defs with the
same parent
and data
, we use this field to disambiguate
between them. This introduces some artificial ordering dependency
but means that if you have, e.g., two impls for the same type in
the same module, they do get distinct DefId
s.
Fields
data: DefPathData
disambiguator: u32
Implementations
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 DisambiguatedDefPathData
impl Send for DisambiguatedDefPathData
impl Sync for DisambiguatedDefPathData
impl Unpin for DisambiguatedDefPathData
impl UnwindSafe for DisambiguatedDefPathData
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 12 bytes