Enum rustc_expand::base::Annotatable [−][src]
pub enum Annotatable {
}
Variants
ForeignItem(P<ForeignItem>)
Tuple Fields of ForeignItem
0: P<ForeignItem>
Arm(Arm)
Tuple Fields of Arm
0: Arm
ExprField(ExprField)
Tuple Fields of ExprField
0: ExprField
PatField(PatField)
Tuple Fields of PatField
0: PatField
GenericParam(GenericParam)
Tuple Fields of GenericParam
0: GenericParam
Param(Param)
Tuple Fields of Param
0: Param
FieldDef(FieldDef)
Tuple Fields of FieldDef
0: FieldDef
Variant(Variant)
Tuple Fields of Variant
0: Variant
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Annotatable
impl !Send for Annotatable
impl !Sync for Annotatable
impl Unpin for Annotatable
impl !UnwindSafe for Annotatable
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: 128 bytes
Size for each variant:
Item
: 8 bytesTraitItem
: 8 bytesImplItem
: 8 bytesForeignItem
: 8 bytesStmt
: 8 bytesExpr
: 8 bytesArm
: 48 bytesExprField
: 48 bytesPatField
: 48 bytesGenericParam
: 96 bytesParam
: 40 bytesFieldDef
: 80 bytesVariant
: 120 bytes