Struct rustc_middle::ty::PredicateInner [−][src]
pub(crate) struct PredicateInner<'tcx> {
kind: Binder<'tcx, PredicateKind<'tcx>>,
flags: TypeFlags,
outer_exclusive_binder: DebruijnIndex,
}
Fields
kind: Binder<'tcx, PredicateKind<'tcx>>
flags: TypeFlags
outer_exclusive_binder: DebruijnIndex
See the comment for the corresponding field of TyS.
Trait Implementations
fn allocate_from_iter<'a>(
arena: &'a Arena<'tcx>,
iter: impl IntoIterator<Item = Self>
) -> &'a mut [Self]
type Lifted = &'tcx PredicateInner<'tcx>
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for PredicateInner<'tcx>
impl<'tcx> !Send for PredicateInner<'tcx>
impl<'tcx> !Sync for PredicateInner<'tcx>
impl<'tcx> Unpin for PredicateInner<'tcx>
impl<'tcx> !UnwindSafe for PredicateInner<'tcx>
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: 48 bytes