Struct rustc_middle::ty::TypeFlags [−][src]
pub struct TypeFlags {
pub(crate) bits: u32,
}
Expand description
Flags that we track on types. These flags are propagated upwards through the type during type construction, so that we can quickly check whether the type has various kinds of types in it without recursing over the type itself.
Fields
bits: u32
Auto Trait Implementations
impl RefUnwindSafe for TypeFlags
impl UnwindSafe for TypeFlags
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: 4 bytes