pub type Value<'tcx> = ConstQualifs;

Aliased Type§

struct Value<'tcx> {
    pub has_mut_interior: bool,
    pub needs_drop: bool,
    pub needs_non_const_drop: bool,
    pub custom_eq: bool,
    pub tainted_by_errors: Option<ErrorGuaranteed>,
}

Fields§

§has_mut_interior: bool§needs_drop: bool§needs_non_const_drop: bool§custom_eq: bool§tainted_by_errors: Option<ErrorGuaranteed>

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: 5 bytes