Kind in rustc_data_structures::graph::dominators - Rust (original) (raw)
enum Kind<Node: Idx> {
Path,
General(Inner<Node>),
}Variants§
Path
A representation optimized for a small path graphs.
General(Inner)
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
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: 48 bytes
Size for each variant:
Path: 0 bytesGeneral: 48 bytes