Struct rustc_middle::ty::ConstS
source · Expand description
Typed constant value.
Fields§
§ty: Ty<'tcx>
§kind: ConstKind<'tcx>
Trait Implementations§
source§impl<'tcx> ArenaAllocatable<'tcx, IsNotCopy> for ConstS<'tcx>
impl<'tcx> ArenaAllocatable<'tcx, IsNotCopy> for ConstS<'tcx>
fn allocate_on<'a>(self, arena: &'a Arena<'tcx>) -> &'a mut Self
fn allocate_from_iter<'a>(
arena: &'a Arena<'tcx>,
iter: impl IntoIterator<Item = Self>
) -> &'a mut [Self] ⓘ
source§impl<'tcx, '__ctx> HashStable<StableHashingContext<'__ctx>> for ConstS<'tcx>
impl<'tcx, '__ctx> HashStable<StableHashingContext<'__ctx>> for ConstS<'tcx>
fn hash_stable(
&self,
__hcx: &mut StableHashingContext<'__ctx>,
__hasher: &mut StableHasher
)
source§impl<'tcx> Ord for ConstS<'tcx>
impl<'tcx> Ord for ConstS<'tcx>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<'tcx> PartialEq<ConstS<'tcx>> for ConstS<'tcx>
impl<'tcx> PartialEq<ConstS<'tcx>> for ConstS<'tcx>
source§impl<'tcx> PartialOrd<ConstS<'tcx>> for ConstS<'tcx>
impl<'tcx> PartialOrd<ConstS<'tcx>> for ConstS<'tcx>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl<'tcx> Eq for ConstS<'tcx>
impl<'tcx> StructuralEq for ConstS<'tcx>
impl<'tcx> StructuralPartialEq for ConstS<'tcx>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for ConstS<'tcx>
impl<'tcx> !Send for ConstS<'tcx>
impl<'tcx> !Sync for ConstS<'tcx>
impl<'tcx> Unpin for ConstS<'tcx>
impl<'tcx> !UnwindSafe for ConstS<'tcx>
Blanket Implementations§
source§impl<T, R> InternIteratorElement<T, R> for T
impl<T, R> InternIteratorElement<T, R> for T
type Output = R
fn intern_with<I, F>(iter: I, f: F) -> <T as InternIteratorElement<T, R>>::Outputwhere
I: Iterator<Item = T>,
F: FnOnce(&[T]) -> R,
source§impl<T> MaybeResult<T> for T
impl<T> MaybeResult<T> for T
source§impl<'tcx, T> ToPredicate<'tcx, T> for T
impl<'tcx, T> ToPredicate<'tcx, T> for T
fn to_predicate(self, _tcx: TyCtxt<'tcx>) -> T
source§impl<Tcx, T> Value<Tcx> for Twhere
Tcx: DepContext,
impl<Tcx, T> Value<Tcx> for Twhere
Tcx: DepContext,
default fn from_cycle_error(tcx: Tcx, _: &[QueryInfo]) -> T
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: 40 bytes