Enum rustc_hir_pretty::Nested [−][src]
pub enum Nested {
Item(ItemId),
TraitItem(TraitItemId),
ImplItem(ImplItemId),
ForeignItem(ForeignItemId),
Body(BodyId),
BodyParamPat(BodyId, usize),
}Variants
Item(ItemId)Tuple Fields of Item
0: ItemIdTraitItem(TraitItemId)Tuple Fields of TraitItem
0: TraitItemIdImplItem(ImplItemId)Tuple Fields of ImplItem
0: ImplItemIdForeignItem(ForeignItemId)Tuple Fields of ForeignItem
Body(BodyId)Tuple Fields of Body
0: BodyIdAuto Trait Implementations
impl RefUnwindSafe for Nested
impl UnwindSafe for Nested
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: 24 bytes
Size for each variant:
Item: 4 bytesTraitItem: 4 bytesImplItem: 4 bytesForeignItem: 4 bytesBody: 8 bytesBodyParamPat: 20 bytes