Enum rustc_hir::target::Target [−][src]
pub enum Target {
Show 31 variants
ExternCrate,
Use,
Static,
Const,
Fn,
Closure,
Mod,
ForeignMod,
GlobalAsm,
TyAlias,
OpaqueTy,
Enum,
Variant,
Struct,
Field,
Union,
Trait,
TraitAlias,
Impl,
Expression,
Statement,
Arm,
AssocConst,
Method(MethodKind),
AssocTy,
ForeignFn,
ForeignStatic,
ForeignTy,
GenericParam(GenericParamKind),
MacroDef,
Param,
}
Variants
Method(MethodKind)
Tuple Fields of Method
0: MethodKind
GenericParam(GenericParamKind)
Tuple Fields of GenericParam
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Target
impl UnwindSafe for Target
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: 2 bytes
Size for each variant:
ExternCrate
: 0 bytesUse
: 0 bytesStatic
: 0 bytesConst
: 0 bytesFn
: 0 bytesClosure
: 0 bytesMod
: 0 bytesForeignMod
: 0 bytesGlobalAsm
: 0 bytesTyAlias
: 0 bytesOpaqueTy
: 0 bytesEnum
: 0 bytesVariant
: 0 bytesStruct
: 0 bytesField
: 0 bytesUnion
: 0 bytesTrait
: 0 bytesTraitAlias
: 0 bytesImpl
: 0 bytesExpression
: 0 bytesStatement
: 0 bytesArm
: 0 bytesAssocConst
: 0 bytesMethod
: 1 byteAssocTy
: 0 bytesForeignFn
: 0 bytesForeignStatic
: 0 bytesForeignTy
: 0 bytesGenericParam
: 1 byteMacroDef
: 0 bytesParam
: 0 bytes