Expand description
Typed constant value.
Fields
ty: Ty<'tcx>
kind: ConstKind<'tcx>
Trait Implementations
sourceimpl<'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]ⓘNotable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8]
sourceimpl<'tcx> Borrow<ConstS<'tcx>> for InternedInSet<'tcx, ConstS<'tcx>>
impl<'tcx> Borrow<ConstS<'tcx>> for InternedInSet<'tcx, ConstS<'tcx>>
sourceimpl<'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
)
sourceimpl<'tcx> Ord for ConstS<'tcx>
impl<'tcx> Ord for ConstS<'tcx>
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl<'tcx> PartialEq<ConstS<'tcx>> for ConstS<'tcx>
impl<'tcx> PartialEq<ConstS<'tcx>> for ConstS<'tcx>
sourceimpl<'tcx> PartialOrd<ConstS<'tcx>> for ConstS<'tcx>
impl<'tcx> PartialOrd<ConstS<'tcx>> for ConstS<'tcx>
sourcefn partial_cmp(&self, other: &ConstS<'tcx>) -> Option<Ordering>
fn partial_cmp(&self, other: &ConstS<'tcx>) -> Option<Ordering>
1.0.0 · sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<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,
sourceimpl<T> MaybeResult<T> for T
impl<T> MaybeResult<T> for T
sourceimpl<CTX, T> Value<CTX> for Twhere
CTX: DepContext,
impl<CTX, T> Value<CTX> for Twhere
CTX: DepContext,
default fn from_cycle_error(tcx: CTX) -> T
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
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