enum A { //pub Dog = 10, Cat, } struct BA; struct BB; enum B { A(BA), B(BB), } enum C { CA { a: bool, }, CB { b: i32, }, }