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>
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>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
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 more
impl<'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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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>>::Output where
I: Iterator<Item = T>,
F: for<'_> FnOnce(&[T]) -> R,
sourceimpl<T> MaybeResult<T> for T
impl<T> MaybeResult<T> for T
impl<'a, T> Captures<'a> for T where
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: 48 bytes